Skip to content

Commit

Permalink
Update gradle packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Apr 13, 2024
1 parent 1f23846 commit a372dd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gpslogger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
}
Expand All @@ -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
Expand Down Expand Up @@ -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'
}


Expand Down
1 change: 1 addition & 0 deletions gpslogger/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
android:theme="@style/AppTheme"
android:name="com.mendhak.gpslogger.common.AppSettings"
android:usesCleartextTraffic="true"
android:enableOnBackInvokedCallback="true"
android:requestLegacyExternalStorage="true"
>

Expand Down

0 comments on commit a372dd8

Please sign in to comment.