updated build tools

android
Ahmet Inan 2023-08-11 10:43:10 +02:00
rodzic 01fc704271
commit d026a28349
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 33
compileSdk 33
defaultConfig {
applicationId "xdsopl.robot36"
minSdkVersion 21

Wyświetl plik

@ -2,11 +2,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@ -15,7 +15,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}