Skip to content

Commit

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

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

0 comments on commit b0d8219

Please sign in to comment.