Skip to content

Commit 0a099ef

Browse files
committed
chore: updated to 1.1.2
1 parent 2fb7273 commit 0a099ef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## [1.1.2](https://github.com/mobile-next/mobile-mcp/releases/tag/1.1.2) (2025-07-31)
2+
3+
* Fix: enabled proguard optimization to reduce .apk file size
4+

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk = 29
1313
targetSdk = 35
1414
versionCode = 2
15-
versionName = "1.1.0"
15+
versionName = "1.1.2"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
}

0 commit comments

Comments
 (0)