Skip to content

Commit

Permalink
migrate BuildConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed Jun 2, 2024
1 parent 4c62672 commit ddd117a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ android {
abortOnError false
}
namespace 'com.amazon.tv.leanbacklauncher'
buildFeatures {
buildConfig true
}
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
Expand Down

0 comments on commit ddd117a

Please sign in to comment.