Skip to content

Commit

Permalink
GDA 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pachi81 authored Jan 22, 2025
1 parent 19bf6b4 commit e74aa76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "de.michelinside.glucodataauto"
minSdk rootProject.minSdk
targetSdk rootProject.targetSdk
versionCode 1028
versionName "1.2.3"
versionCode 1029
versionName "1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -123,4 +123,4 @@ afterEvaluate {
into rootProject.releasePath
}
assembleSecond.finalizedBy(copyAndroidSecondApksPostBuild)
}
}

0 comments on commit e74aa76

Please sign in to comment.