gradle: Bump SDK versions to 33
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
4b8427821b
commit
dd49a4797e
1 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@ buildscript {
|
|||
}
|
||||
|
||||
ext {
|
||||
buildToolsVersion = '31.0.0'
|
||||
compileSdkVersion = 31
|
||||
buildToolsVersion = '33.0.0'
|
||||
compileSdkVersion = 33
|
||||
minSdkVersion = 29
|
||||
targetSdkVersion = 31
|
||||
targetSdkVersion = 33
|
||||
}
|
||||
|
||||
apply from: 'gradle/dependencies.gradle'
|
||||
|
|
Loading…
Reference in a new issue