Set compile SDK and target SDK to 32
This commit is contained in:
+2
-2
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user