1.2-legacy
geeksville 2020-06-25 17:58:48 -07:00
rodzic 6cbce279c5
commit d75f7d3721
2 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -1,8 +1,6 @@
# Remaining tasks before declaring 1.0
- disable software update button after update finishes
- check BLE handle stability across sleep - stress test sleep/wake
- @feh123 Sony Xperia Z1 C6903 running Android 5.1.1
- first message sent is still doubled for some people
- Android frontend should refetch the android messages from backend service on Resume
- let users set arbitrary params in android

Wyświetl plik

@ -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 {