From e7dd28ab0fe70cbfcf0cdeb57b56cec6d1408819 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 26 Jul 2020 08:30:25 -0700 Subject: [PATCH] 0.9.01 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2bb8e9131..c2616ce5b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,13 +23,13 @@ android { } } */ compileSdkVersion 29 - buildToolsVersion "29.0.3" + buildToolsVersion "30.0.1" defaultConfig { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 - versionCode 10803 // format is Mmmss (where M is 1+the numeric major number - versionName "0.8.03" + versionCode 10901 // format is Mmmss (where M is 1+the numeric major number + versionName "0.9.01" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {