diff --git a/src/mobile/build.gradle b/src/mobile/build.gradle index d9eabc6d..ef7885f7 100644 --- a/src/mobile/build.gradle +++ b/src/mobile/build.gradle @@ -142,7 +142,7 @@ dependencies { implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.6' implementation group: 'com.google.http-client', name: 'google-http-client-jackson2', version: '1.31.0' implementation group: 'commons-io', name: 'commons-io', version: '2.6' - implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'androidx.mediarouter:mediarouter:1.0.0' implementation 'androidx.legacy:legacy-support-core-utils:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'