update build tools

This commit is contained in:
Starfish 2024-04-24 22:11:52 +02:00
parent 0060d9c953
commit c1d6c738b7
3 changed files with 4 additions and 3 deletions

View File

@ -22,6 +22,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 33
buildToolsVersion '33.0.1'
namespace 'de.kaffeemitkoffein.tinyweatherforecastgermany'
defaultConfig {
applicationId "de.kaffeemitkoffein.tinyweatherforecastgermany"

View File

@ -25,8 +25,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
// NOTE: Do not place your application dependencies here; they belong
classpath 'com.android.tools.build:gradle:7.2.0'
// NOTE: Do not place your application dependenxcies here; they belong
// in the individual module build.gradle files
}
}

View File

@ -1,6 +1,6 @@
#Sat Dec 03 16:19:41 CET 2022
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists