mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Remove a suppression from gradle properties that is no longer needed (#3687)
This commit is contained in:
parent
1e5bee2917
commit
b15371bfce
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
# Suppresses warning until build tools that are compatible with SDK 34
|
|
||||||
android.suppressUnsupportedCompileSdk=34
|
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
|
Loading…
Reference in a new issue