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