kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
0.7.81
rodzic
6cbce279c5
commit
d75f7d3721
2
TODO.md
2
TODO.md
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue