Skip to content

Commit 9871b77

Browse files
committed
Update SDK version to 36
1 parent fa44a9d commit 9871b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66

77
android {
88
namespace = "com.wstxda.gsl"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "com.wstxda.gsl"
1313
minSdk = 24
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 540
1616
versionName = "5.4"
1717
}

0 commit comments

Comments
 (0)