Merge pull request #116 from geeksville/dev

0.9.01
This commit is contained in:
Kevin Hester
2020-07-26 08:31:23 -07:00
committed by GitHub

View File

@@ -23,13 +23,13 @@ android {
}
} */
compileSdkVersion 29
buildToolsVersion "29.0.3"
buildToolsVersion "30.0.1"
defaultConfig {
applicationId "com.geeksville.mesh"
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
targetSdkVersion 29
versionCode 10803 // format is Mmmss (where M is 1+the numeric major number
versionName "0.8.03"
versionCode 10901 // format is Mmmss (where M is 1+the numeric major number
versionName "0.9.01"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {