use updated libs and tools

This commit is contained in:
Ahmet Inan 2022-10-31 11:35:51 +01:00
parent 26ddfc1f49
commit fb4e406d7b
3 changed files with 6 additions and 7 deletions

View file

@ -1,12 +1,11 @@
apply plugin: 'com.android.application'
android {
buildToolsVersion "29.0.2"
compileSdkVersion 29
compileSdkVersion 32
defaultConfig {
applicationId "xdsopl.robot36"
minSdkVersion 16
targetSdkVersion 29
minSdkVersion 21
targetSdkVersion 32
versionCode 45
versionName "1.44"
renderscriptTargetApi 21
@ -23,5 +22,5 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
}

View file

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:7.3.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View file

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip