File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44## [ Unreleased]
55
66- Upgraded Android Gradle Plugin to 8.10.1
7+ - Migrated BuildConfig to Gradle Build Files
78
89
910## [ v1.4.2] (68) 煮者 (2025-01-12)
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ android
1515 versionName " 1.4.2"
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
18+ buildFeatures
19+ {
20+ buildConfig true
21+ }
1822 buildTypes
1923 {
2024 release
Original file line number Diff line number Diff line change @@ -15,6 +15,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1515# Android operating system, and which are packaged with your app"s APK
1616# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717android.useAndroidX =true
18- android.defaults.buildfeatures.buildconfig =true
1918android.nonTransitiveRClass =false
2019android.nonFinalResIds =false
You can’t perform that action at this time.
0 commit comments