Skip to content

Commit

Permalink
chore: update dependencies and migrate BuildConfig to Gradle Build fi…
Browse files Browse the repository at this point in the history
…les (#2404)
  • Loading branch information
AsCress authored and adityastic committed May 16, 2024
1 parent 3465dab commit 7edb5a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 7 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
buildFeatures {
buildConfig = true
}
}


Expand All @@ -60,7 +63,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("com.google.android.material:material:1.11.0")
implementation("com.google.android.material:material:1.12.0")
implementation("androidx.preference:preference:1.2.1")
implementation("androidx.browser:browser:1.8.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
Expand Down Expand Up @@ -101,9 +104,9 @@ dependencies {
implementation("org.osmdroid:osmdroid-android:6.1.18")
implementation("org.osmdroid:osmdroid-mapsforge:6.1.18")
implementation("org.osmdroid:osmdroid-geopackage:6.1.18") {
exclude("org.osmdroid.gpkg");
exclude("ormlite-core");
exclude("com.j256.ormlite");
exclude("org.osmdroid.gpkg")
exclude("ormlite-core")
exclude("com.j256.ormlite")
}

// Realm
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ android.useAndroidX=true
android.enableJetifier=true
kapt.incremental.apt=true
org.gradle.warning.mode=all
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
# When configured, Gradle will run in incubating parallel mode.
Expand Down

0 comments on commit 7edb5a5

Please sign in to comment.