diff --git a/TODO.md b/TODO.md index 8ecab12d3..b952f2245 100644 --- a/TODO.md +++ b/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 diff --git a/app/build.gradle b/app/build.gradle index 2c161247a..73914bcb9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {