This commit is contained in:
geeksville 2020-06-25 17:58:48 -07:00
parent 6cbce279c5
commit d75f7d3721
2 changed files with 2 additions and 4 deletions

View file

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