mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: migrate BuildConfig to Gradle build files
This commit is contained in:
parent
5967417c8b
commit
18ac27a75c
2 changed files with 1 additions and 1 deletions
|
|
@ -87,6 +87,7 @@ android {
|
|||
viewBinding true
|
||||
compose true
|
||||
aidl true
|
||||
buildConfig true
|
||||
}
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.5.8"
|
||||
|
|
|
|||
|
|
@ -34,6 +34,5 @@ kotlin.code.style=official
|
|||
|
||||
# Disable build features that are enabled by default,
|
||||
# https://developer.android.com/build/releases/gradle-plugin#default-changes
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.nonTransitiveRClass=false
|
||||
android.nonFinalResIds=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue