1.2-legacy
geeksville 2020-08-15 12:24:17 -07:00
rodzic ad6eb621f6
commit 4e6c0140dd
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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'

Wyświetl plik

@ -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()