From 4e6c0140dd8d8e2d7f9f3d29c1886ef7ae8fb599 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 15 Aug 2020 12:24:17 -0700 Subject: [PATCH] 0.9.03 --- app/build.gradle | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c50e6d23c..4c6fe493d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "com.geeksville.mesh" minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works) targetSdkVersion 29 - versionCode 10902 // format is Mmmss (where M is 1+the numeric major number - versionName "0.9.02" + versionCode 10903 // format is Mmmss (where M is 1+the numeric major number + versionName "0.9.03" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -107,13 +107,13 @@ protobuf { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.2.0-rc01' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.core:core-ktx:1.3.1' implementation 'androidx.fragment:fragment-ktx:1.2.5' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1' - implementation 'com.google.android.material:material:1.2.0-rc01' + implementation 'com.google.android.material:material:1.2.0' implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0' diff --git a/build.gradle b/build.gradle index bc63d7dbc..ca5347ab8 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.kotlin_version = '1.3.72' - ext.coroutines_version = "1.3.5" + ext.coroutines_version = "1.3.9" repositories { google()