We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d66925 commit a28b7f6Copy full SHA for a28b7f6
app/build.gradle
@@ -7,16 +7,16 @@ plugins {
7
id 'kotlin-parcelize'
8
}
9
10
-def tagName = 'v1.1.8'
+def tagName = 'v1.2.8'
11
12
android {
13
compileSdk 33
14
defaultConfig {
15
applicationId "com.android1500.gpssetter"
16
minSdk 27
17
targetSdk 33
18
- versionCode 118
19
- versionName "1.1.8"
+ versionCode 128
+ versionName "1.2.8"
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
buildConfigField("String", "TAG_NAME", "\"${tagName}\"")
22
0 commit comments