Adopt settings from Android Studio

It doesn't change any functionality, only the format and
settings according to the recommendations of Android Studio
This commit is contained in:
Fabian Wiesel
2024-02-16 20:35:48 +01:00
parent b61a6f5ba8
commit b339602184
7 changed files with 40 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.2.2'
}
}