updated gradle to 8.5.0

This commit is contained in:
Josia Pietsch 2024-07-06 21:23:28 +02:00
parent 57ccc589d6
commit 51c0f31700
Signed by: jrpie
GPG key ID: E70B571D66986A2D
6 changed files with 13 additions and 7 deletions

View file

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 33
buildToolsVersion "30.0.3"
buildToolsVersion "34.0.0"
defaultConfig {
applicationId "de.jrpie.android.launcher"
@ -22,6 +22,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
namespace 'de.jrpie.android.launcher'
buildFeatures {
buildConfig true
}
}