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 3435c9d commit f7b1c66Copy full SHA for f7b1c66
app/build.gradle
@@ -8,16 +8,16 @@ plugins {
8
id 'kotlin-parcelize'
9
}
10
11
-def tagName = 'v1.1.4'
+def tagName = 'v1.1.5'
12
13
android {
14
compileSdk 32
15
defaultConfig {
16
applicationId "com.android1500.gpssetter"
17
minSdk 27
18
targetSdk 32
19
- versionCode 114
20
- versionName "1.1.4"
+ versionCode 115
+ versionName "1.1.5"
21
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
22
buildConfigField("String", "TAG_NAME", "\"${tagName}\"")
23
0 commit comments