Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
belyy_me committed Apr 25, 2023
1 parent bf203eb commit 0a10c49
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ org.gradle.parallel=false

kotlin.code.style=official

# https://d.android.com/jetpack/androidx/migrate
android.useAndroidX=true
android.enableJetifier=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true

# If your project already has the enableJetifier flag and it's turned on, you can run
# Build Analyzer's Jetifier check to confirm if it's actually needed.
# https://d.android.com/jetpack/androidx/migrate#migrate_an_existing_project_using_android_studio
# https://d.android.com/build/optimize-your-build#disable-the-jetifier-flag
android.enableJetifier=false

# https://d.android.com/reference/tools/gradle-api/8.0/com/android/build/api/dsl/BuildFeatures#resValues()
# Flag to enable Resource Values generation.
Expand Down

0 comments on commit 0a10c49

Please sign in to comment.