Author: Adam <git@apiote.xyz>
update dependencies and config
app/build.gradle | 4 ++-- gradle.properties | 3 ++-
diff --git a/app/build.gradle b/app/build.gradle index 8be1580b790f52766db4daf61ac6fe8773f53274..5ec9492ed133920795d8120614fa262639c75918 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ buildToolsVersion '33.0.1' } dependencies { - implementation 'androidx.core:core-ktx:1.10.0' + implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' @@ -52,7 +52,7 @@ implementation 'androidx.navigation:navigation-ui-ktx:2.5.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'com.google.openlocationcode:openlocationcode:1.0.4' - implementation 'org.osmdroid:osmdroid-android:6.1.14' + implementation 'org.osmdroid:osmdroid-android:6.1.16' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' implementation 'org.yaml:snakeyaml:2.0' implementation "androidx.activity:activity:1.7.1" diff --git a/gradle.properties b/gradle.properties index 022338b784d7e75ffd098c926102cb3eafaabd01..875684c48eaaa04dfd77ffe09bb93c76fc49345a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,5 @@ # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.defaults.buildfeatures.buildconfig=true -android.nonFinalResIds=false \ No newline at end of file +android.nonFinalResIds=true +org.gradle.unsafe.configuration-cache=true \ No newline at end of file