Skip to content

Commit

Permalink
android.nonFinalResIds=true
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Jul 20, 2023
1 parent 73c913c commit 954b942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ android.nonTransitiveRClass=true
# https://youtrack.jetbrains.com/issue/KT-58027
kapt.use.jvm.ir=false
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonFinalResIds=true
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import kotlin.math.sqrt

private const val SPACING_ACTIONS = 3f
private const val ICON_SIZE_FRACTION = 0.4f // Percentage of button diameter
private const val BUTTON_COLOR = R.color.gray_850
private val BUTTON_COLOR = R.color.gray_850
private const val LARGE_SCREEN_WIDTH_DP = 210

interface TileSource {
Expand Down

0 comments on commit 954b942

Please sign in to comment.