mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-22 20:33:05 +00:00
update targetSDK to 31
This commit is contained in:
parent
1848422bca
commit
f5b0facdda
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ allprojects {
|
||||||
|
|
||||||
ext{
|
ext{
|
||||||
minSDK = 22
|
minSDK = 22
|
||||||
targetSDK = 29
|
targetSDK = 31
|
||||||
compileSdkVersion = 29
|
compileSdkVersion = 31
|
||||||
supportLibraryVersion = "30.0.2"
|
supportLibraryVersion = "30.0.2"
|
||||||
constraintLayoutVersion = "1.1.3"
|
constraintLayoutVersion = "1.1.3"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue