Skip to content

Commit b0d8219

Browse files
committed
Prepare for new release v1.2.10
1 parent 8fdaf96 commit b0d8219

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ plugins {
77
id 'kotlin-parcelize'
88
}
99

10-
def tagName = 'v1.2.9'
10+
def tagName = 'v1.2.10'
1111

1212
android {
1313
compileSdk 33
1414
defaultConfig {
1515
applicationId "com.android1500.gpssetter"
1616
minSdk 27
1717
targetSdk 33
18-
versionCode 129
19-
versionName "1.2.9"
18+
versionCode 1210
19+
versionName "1.2.10"
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
buildConfigField("String", "TAG_NAME", "\"${tagName}\"")
2222
}

0 commit comments

Comments
 (0)