diff --git a/TODO.md b/TODO.md index e0d620d0..faa8c387 100644 --- a/TODO.md +++ b/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 diff --git a/app/build.gradle b/app/build.gradle index feac428f..2cf6bd08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"