sforkowany z mirror/meshtastic-android
update libs
rodzic
ae117fcd9e
commit
6265c7c322
1
TODO.md
1
TODO.md
|
@ -1,5 +1,6 @@
|
|||
# Remaining tasks before declaring 1.0
|
||||
|
||||
- add new languages from eric: https://meshtastic.discourse.group/t/call-for-help-please-localize-the-app-for-your-language/107/61?u=geeksville
|
||||
- add faq entry about range and antennas and rain
|
||||
- first message sent is still doubled for some people
|
||||
- let users set arbitrary params in android
|
||||
|
|
|
@ -108,7 +108,7 @@ 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.core:core-ktx:1.3.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'
|
||||
|
@ -167,7 +167,7 @@ dependencies {
|
|||
implementation('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false }
|
||||
implementation 'com.google.zxing:core:3.4.0'
|
||||
|
||||
def work_version = "2.3.4"
|
||||
def work_version = '2.4.0'
|
||||
|
||||
// Work Request - used to delay boot event handling
|
||||
// implementation "androidx.work:work-runtime:$work_version"
|
||||
|
|
Ładowanie…
Reference in New Issue