This commit is contained in:
Kevin Hester 2020-03-01 16:40:46 -08:00
parent 222f906b44
commit f660036482

View file

@ -16,8 +16,8 @@ android {
applicationId "com.geeksville.mesh"
minSdkVersion 22 // The oldest emulator image I have tried is 22 (though 21 probably works)
targetSdkVersion 29
versionCode 7
versionName "0.0.7"
versionCode 8
versionName "0.0.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {