We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb7273 commit 0a099efCopy full SHA for 0a099ef
CHANGELOG.md
@@ -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
@@ -12,7 +12,7 @@ android {
12
minSdk = 29
13
targetSdk = 35
14
versionCode = 2
15
- versionName = "1.1.0"
+ versionName = "1.1.2"
16
17
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
18
}
0 commit comments