We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ea9ff commit a567babCopy full SHA for a567bab
2 files changed
VERSION
@@ -1 +1 @@
1
-1.0.1
+1.0.2
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "com.hightemp.proxy_switcher"
15
minSdk = 24
16
targetSdk = 35
17
- versionCode = 10001
18
- versionName = "1.0.1"
+ versionCode = 10002
+ versionName = "1.0.2"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
}
0 commit comments