diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-05 21:03:18 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-05 21:03:18 +0600 |
| commit | 6f19b40f59e2220b7a854cbdf1029a3a8ba3704c (patch) | |
| tree | 3ffff5f94f2fc81db94693902981999d433dd241 | |
| parent | 5865a9b4cc375f08458b6c3cd3974c54a1732695 (diff) | |
Updated Android build tools and Gradle
| -rw-r--r-- | android/build.gradle | 2 | ||||
| -rw-r--r-- | build.gradle | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle index 7169dcf..09a505a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ android { - buildToolsVersion "33.0.0" + buildToolsVersion "33.0.1" compileSdkVersion 33 sourceSets { main { diff --git a/build.gradle b/build.gradle index 9508256..fec8450 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:7.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21" } |
