kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
0.7.85
rodzic
37a909e65d
commit
4333f775f9
1
TODO.md
1
TODO.md
|
@ -1,7 +1,6 @@
|
|||
# Remaining tasks before declaring 1.0
|
||||
|
||||
- first message sent is still doubled for some people
|
||||
- fix release build inclusion of firmware - per https://developer.android.com/studio/build/build-variants
|
||||
- disable software update button after update finishes
|
||||
- let users set arbitrary params in android
|
||||
- add a low level settings screen (let user change any of the RadioConfig parameters)
|
||||
|
|
|
@ -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 10784 // format is Mmmss (where M is 1+the numeric major number
|
||||
versionName "0.7.84"
|
||||
versionCode 10785 // format is Mmmss (where M is 1+the numeric major number
|
||||
versionName "0.7.85"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9f83006768de5ca714f4c43e723a3477a91d0713
|
||||
Subproject commit 10d3b2e62b26d41b9b2568eefb3c207442c1cc5c
|
Ładowanie…
Reference in New Issue