Set compile SDK and target SDK to 32

This commit is contained in:
MM20
2022-04-09 20:54:29 +02:00
parent 8641dd85b4
commit 2808c4ad64
+2 -2
View File
@@ -38,8 +38,8 @@ dependencyResolutionManagement {
versionCatalogs {
create("sdk") {
version("minSdk", "26")
version("compileSdk", "31")
version("targetSdk", "31")
version("compileSdk", "32")
version("targetSdk", "32")
}
create("libs") {
version("kotlin", "1.6.10")