mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-11 08:04:23 -04:00
1.1.44
This commit is contained in:
@@ -31,8 +31,8 @@ android {
|
||||
applicationId "com.geeksville.mesh"
|
||||
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
|
||||
targetSdkVersion 29
|
||||
versionCode 20143 // format is Mmmss (where M is 1+the numeric major number
|
||||
versionName "1.1.43"
|
||||
versionCode 20144 // format is Mmmss (where M is 1+the numeric major number
|
||||
versionName "1.1.44"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
// per https://developer.android.com/studio/write/vector-asset-studio
|
||||
@@ -121,7 +121,7 @@ dependencies {
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
implementation 'com.google.android.material:material:1.3.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'
|
||||
|
||||
Submodule geeksville-androidlib updated: e398a07592...ee66118386
Reference in New Issue
Block a user