Skip to content

Commit 7dc2ca0

Browse files
committed
Bump SDK to 35
1 parent 5325cc0 commit 7dc2ca0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.fastcomments"
9-
compileSdk = 34
9+
compileSdk = 35
1010

1111
defaultConfig {
1212
applicationId = "com.fastcomments"
1313
minSdk = 26
14-
targetSdk = 34
14+
targetSdk = 35
1515
versionCode = 1
1616
versionName = "1.0"
1717

libraries/sdk/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ plugins {
66
android {
77
namespace = "com.fastcomments.sdk"
88
resourcePrefix = "fastcomments_"
9-
compileSdk = 34
9+
compileSdk = 35
1010

1111
defaultConfig {
1212
minSdk = 26
13-
targetSdk = 34
13+
targetSdk = 35
1414

1515
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1616
}

0 commit comments

Comments
 (0)