Updated on 2026-08-14

This commit is contained in:
Tangem 2020-06-11 18:20:45 +03:00
parent 29e47d0782
commit d9de0a79bb

View file

@ -54,7 +54,6 @@ android {
}
}
compileOptions {
coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
@ -82,8 +81,6 @@ dependencies {
implementation project(':tangem-sdk-old')
implementation project(':server-android')
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.5'
implementation 'androidx.navigation:navigation-fragment:2.2.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.2.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'