1.2-legacy
geeksville 2020-07-24 13:00:38 -07:00
rodzic ae117fcd9e
commit 6265c7c322
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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