Skip to content

Commit a567bab

Browse files
committed
chore: bump version to 1.0.2 (versionCode=10002)
1 parent 32ea9ff commit a567bab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.hightemp.proxy_switcher"
1515
minSdk = 24
1616
targetSdk = 35
17-
versionCode = 10001
18-
versionName = "1.0.1"
17+
versionCode = 10002
18+
versionName = "1.0.2"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

0 commit comments

Comments
 (0)