File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ android {
51
51
sourceCompatibility = JavaVersion .VERSION_17
52
52
targetCompatibility = JavaVersion .VERSION_17
53
53
}
54
+ buildFeatures {
55
+ buildConfig = true
56
+ }
54
57
}
55
58
56
59
@@ -60,7 +63,7 @@ dependencies {
60
63
implementation(" androidx.appcompat:appcompat:1.6.1" )
61
64
implementation(" androidx.cardview:cardview:1.0.0" )
62
65
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
63
- implementation(" com.google.android.material:material:1.11 .0" )
66
+ implementation(" com.google.android.material:material:1.12 .0" )
64
67
implementation(" androidx.preference:preference:1.2.1" )
65
68
implementation(" androidx.browser:browser:1.8.0" )
66
69
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
@@ -101,9 +104,9 @@ dependencies {
101
104
implementation(" org.osmdroid:osmdroid-android:6.1.18" )
102
105
implementation(" org.osmdroid:osmdroid-mapsforge:6.1.18" )
103
106
implementation(" org.osmdroid:osmdroid-geopackage:6.1.18" ) {
104
- exclude(" org.osmdroid.gpkg" );
105
- exclude(" ormlite-core" );
106
- exclude(" com.j256.ormlite" );
107
+ exclude(" org.osmdroid.gpkg" )
108
+ exclude(" ormlite-core" )
109
+ exclude(" com.j256.ormlite" )
107
110
}
108
111
109
112
// Realm
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ android.useAndroidX=true
18
18
android.enableJetifier =true
19
19
kapt.incremental.apt =true
20
20
org.gradle.warning.mode =all
21
- android.defaults.buildfeatures.buildconfig =true
22
21
android.nonTransitiveRClass =false
23
22
android.nonFinalResIds =false
24
23
# When configured, Gradle will run in incubating parallel mode.
You can’t perform that action at this time.
0 commit comments