diff --git a/gpslogger/build.gradle b/gpslogger/build.gradle index 5542f53c8..ee27dfe80 100644 --- a/gpslogger/build.gradle +++ b/gpslogger/build.gradle @@ -121,10 +121,10 @@ android { dependencies { // implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation "androidx.activity:activity:1.3.1" - implementation "androidx.fragment:fragment:1.3.6" - implementation "androidx.preference:preference:1.1.1" - implementation "androidx.constraintlayout:constraintlayout:2.1.0" + implementation "androidx.activity:activity:1.8.2" + implementation "androidx.fragment:fragment:1.6.2" + implementation "androidx.preference:preference:1.2.1" + implementation "androidx.constraintlayout:constraintlayout:2.1.4" //Google Drive Oauth @@ -136,7 +136,7 @@ dependencies { //Debug Logging - implementation('org.slf4j:slf4j-api:1.7.6') + implementation('org.slf4j:slf4j-api:1.7.30') implementation('com.github.tony19:logback-android-classic:1.1.1-2'){ exclude group: 'com.google.android', module: 'android' } @@ -145,7 +145,7 @@ dependencies { //Android lollipop/material features including the Toolbar - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.6.1' //Cardviews @@ -215,8 +215,8 @@ dependencies { testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:3.10.0' testImplementation 'org.json:json:20180813' - testImplementation 'androidx.test:runner:1.4.0' - testImplementation 'androidx.test:rules:1.4.0' + testImplementation 'androidx.test:runner:1.5.2' + testImplementation 'androidx.test:rules:1.5.0' } diff --git a/gpslogger/src/main/AndroidManifest.xml b/gpslogger/src/main/AndroidManifest.xml index 9191d823a..a189a366e 100644 --- a/gpslogger/src/main/AndroidManifest.xml +++ b/gpslogger/src/main/AndroidManifest.xml @@ -35,6 +35,7 @@ android:theme="@style/AppTheme" android:name="com.mendhak.gpslogger.common.AppSettings" android:usesCleartextTraffic="true" + android:enableOnBackInvokedCallback="true" android:requestLegacyExternalStorage="true" >