We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdaf96 commit b0d8219Copy full SHA for b0d8219
1 file changed
app/build.gradle
@@ -7,16 +7,16 @@ plugins {
7
id 'kotlin-parcelize'
8
}
9
10
-def tagName = 'v1.2.9'
+def tagName = 'v1.2.10'
11
12
android {
13
compileSdk 33
14
defaultConfig {
15
applicationId "com.android1500.gpssetter"
16
minSdk 27
17
targetSdk 33
18
- versionCode 129
19
- versionName "1.2.9"
+ versionCode 1210
+ versionName "1.2.10"
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
buildConfigField("String", "TAG_NAME", "\"${tagName}\"")
22
0 commit comments