Skip to content

Commit 8bdee17

Browse files
committed
feat: AGP8 BuildConfig generate
1 parent 909c1fd commit 8bdee17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
// implementation project(":lib")
7272
implementation(libs.edgeutils)
7373
// Hilt https://developer.android.com/training/dependency-injection/hilt-android
74-
def hilt = "2.44"
74+
def hilt = "2.46"
7575
implementation "com.google.dagger:hilt-android:$hilt"
7676
kapt "com.google.dagger:hilt-compiler:$hilt"
7777

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ kotlin.code.style=official
2020
# Enables namespacing of each library's R class so that its R class includes only the
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true
23+
android.nonTransitiveRClass=true
24+
android.defaults.buildfeatures.buildconfig=true

0 commit comments

Comments
 (0)