Skip to content

Commit c3120dd

Browse files
committed
Bump compile and target SDK to Android 16
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent 571f538 commit c3120dd

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 = "app.opass.ccip"
9-
compileSdk = 35
9+
compileSdk = 36
1010

1111
defaultConfig {
1212
applicationId = "app.opass.ccip"
1313
minSdk = 24
14-
targetSdk = 35
14+
targetSdk = 36
1515
versionCode = 57
1616
versionName = "3.7.0"
1717

0 commit comments

Comments
 (0)