Skip to content

Commit

Permalink
Prepare for new release 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Android1500 committed Nov 7, 2022
1 parent 1d16cfa commit b8e8835
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.2.8'
def tagName = 'v1.2.9'

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

0 comments on commit b8e8835

Please sign in to comment.