Skip to content

Commit 5c691ba

Browse files
authored
Merge pull request #157 from Hepolise/dev
Migrate BuildConfig to Gradle Build Files
2 parents e4f701e + 6347d4c commit 5c691ba

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ android {
3636
}
3737

3838
namespace = "ru.hepolise.volumekeytrackcontrolmodule"
39+
buildFeatures {
40+
buildConfig = true
41+
}
3942
}
4043

4144
dependencies {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ kotlin.code.style=official
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
2323
android.nonTransitiveRClass=true
24-
android.defaults.buildfeatures.buildconfig=true
2524
android.nonFinalResIds=false

0 commit comments

Comments
 (0)