This commit is contained in:
Kevin Hester 2021-01-08 14:45:51 +08:00
parent 8b25936732
commit 53b4f59e29

View file

@ -31,8 +31,8 @@ android {
applicationId "com.geeksville.mesh"
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
targetSdkVersion 29
versionCode 20133 // format is Mmmss (where M is 1+the numeric major number
versionName "1.1.33"
versionCode 20134 // format is Mmmss (where M is 1+the numeric major number
versionName "1.1.34"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {