update parts of toolchain and dependencies
This commit is contained in:
@@ -6,7 +6,7 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
|
||||
classpath 'com.android.tools.build:gradle:4.1.2'
|
||||
classpath 'com.android.tools.build:gradle:4.2.2'
|
||||
classpath 'com.squareup.sqldelight:gradle-plugin:0.8.0'
|
||||
}
|
||||
}
|
||||
@@ -23,5 +23,5 @@ allprojects {
|
||||
// SDK Version and Build Tools used by all subprojects
|
||||
// See http://tools.android.com/tech-docs/new-build-system/tips#TOC-Controlling-Android-properties-of-all-your-modules-from-the-main-project.
|
||||
ext {
|
||||
compileSdkVersion = 29
|
||||
compileSdkVersion = 33
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user