Skip to content

Commit b698a65

Browse files
committed
Bump to api 35
1 parent 1270327 commit b698a65

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle.kts

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

88
android {
99
namespace = "com.abizer_r.quickedit"
10-
compileSdk = 34
10+
compileSdk = 35
1111

1212
defaultConfig {
1313
applicationId = "com.abizer_r.quickedit"
1414
minSdk = 24
15-
targetSdk = 34
15+
targetSdk = 35
1616
versionCode = 5
1717
versionName = "1.1.1"
1818

quickedit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
android {
99
namespace = "com.abizer_r.quickedit"
10-
compileSdk = 34
10+
compileSdk = 35
1111

1212
defaultConfig {
1313
minSdk = 24

0 commit comments

Comments
 (0)