update targetSDK to 31

This commit is contained in:
Felix 2022-05-13 19:29:29 +02:00
parent 1848422bca
commit f5b0facdda

View file

@ -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"
} }