Skip to content

Commit

Permalink
Prepare fo new release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Android1500 committed Nov 5, 2022
1 parent 7d66925 commit a28b7f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ plugins {
id 'kotlin-parcelize'
}

def tagName = 'v1.1.8'
def tagName = 'v1.2.8'

android {
compileSdk 33
defaultConfig {
applicationId "com.android1500.gpssetter"
minSdk 27
targetSdk 33
versionCode 118
versionName "1.1.8"
versionCode 128
versionName "1.2.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "TAG_NAME", "\"${tagName}\"")
}
Expand Down

0 comments on commit a28b7f6

Please sign in to comment.