Skip to content

Commit 310c98f

Browse files
committed
Update target sdk to 35
1 parent 14103d3 commit 310c98f

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

android-library-no-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
android {
7-
compileSdk = 33
7+
compileSdk = 34
88
namespace = "com.osacky.flank.gradle.sample.library"
99
defaultConfig {
1010
minSdk = 23

fladle-plugin/src/test/java/com/osacky/flank/gradle/integration/FulladlePluginIntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ class FulladlePluginIntegrationTest {
941941
id "com.android.application"
942942
}
943943
android {
944-
compileSdk 33
944+
compileSdk 34
945945
namespace "com.osacky.flank.gradle.sample"
946946
defaultConfig {
947947
applicationId "com.osacky.flank.gradle.sample"

fladle-plugin/src/test/java/com/osacky/flank/gradle/integration/SanityWithAutoConfigureTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ private const val COMMON_SCRIPT_PART = """
1313
}
1414
1515
android {
16-
compileSdk 33
16+
compileSdk 34
1717
namespace "com.osacky.flank.gradle.sample"
1818
defaultConfig {
1919
applicationId "com.osacky.flank.gradle.sample"

fladle-plugin/src/test/java/com/osacky/flank/gradle/integration/VariantTests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ class VariantTests {
161161
mavenCentral()
162162
}
163163
android {
164-
compileSdk 33
164+
compileSdk 34
165165
namespace = "com.osacky.flank.gradle.sample"
166166
defaultConfig {
167167
applicationId "com.osacky.flank.gradle.sample"
168168
minSdk 23
169-
targetSdk 33
169+
targetSdk 34
170170
versionCode 1
171171
versionName "1.0"
172172
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

fladle-plugin/src/test/resources/android-library-project-flavors/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ plugins {
33
}
44

55
android {
6-
compileSdk 33
6+
compileSdk 34
77
namespace = "com.osacky.flank.gradle.sample"
88
defaultConfig {
9-
targetSdk 33
9+
targetSdk 34
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

fladle-plugin/src/test/resources/android-library-project/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ plugins {
33
}
44

55
android {
6-
compileSdk 33
6+
compileSdk 34
77
namespace = "com.osacky.flank.gradle.sample"
88
defaultConfig {
9-
targetSdk 33
9+
targetSdk 34
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

fladle-plugin/src/test/resources/android-project-flavors/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 33
7+
compileSdk 34
88
namespace = "com.osacky.flank.gradle.sample"
99
defaultConfig {
1010
applicationId "com.osacky.flank.gradle.sample"
1111
minSdk 23
12-
targetSdk 33
12+
targetSdk 34
1313
versionCode 1
1414
versionName "1.0"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

fladle-plugin/src/test/resources/android-project/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 33
7+
compileSdk 34
88
namespace = "com.osacky.flank.gradle.sample"
99
defaultConfig {
1010
applicationId "com.osacky.flank.gradle.sample"
1111
minSdk 23
12-
targetSdk 33
12+
targetSdk 34
1313
versionCode 1
1414
versionName "1.0"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

fladle-plugin/src/test/resources/android-project2/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 33
7+
compileSdk 34
88
namespace = "com.osacky.flank.gradle.sample"
99
defaultConfig {
1010
applicationId "com.osacky.flank.gradle.sample"
1111
minSdk 23
12-
targetSdk 33
12+
targetSdk 34
1313
versionCode 1
1414
versionName "1.0"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

sample-android-library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fulladleModuleConfig {
1818

1919
android {
2020
namespace = "com.osacky.flank.gradle.sample"
21-
compileSdk = 33
21+
compileSdk = 34
2222
defaultConfig {
2323
minSdk = 23
2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

sample-flavors-kotlin/build.gradle.kts

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

77
android {
88
namespace = "com.osacky.flank.gradle.sample.kotlin"
9-
compileSdk = 33
9+
compileSdk = 34
1010
defaultConfig {
1111
applicationId = "com.osacky.flank.gradle.sample.kotlin"
1212
minSdk = 23

sample-kotlin/build.gradle.kts

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

77
android {
88
namespace = "com.osacky.flank.gradle.sample.kotlin"
9-
compileSdk = 33
9+
compileSdk = 34
1010
defaultConfig {
1111
applicationId = "com.osacky.flank.gradle.sample.kotlin"
1212
minSdk = 23

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'com.osacky.fladle'
44

55
android {
6-
compileSdk = 33
6+
compileSdk = 34
77
namespace = "com.osacky.flank.gradle.sample"
88
defaultConfig {
99
applicationId "com.osacky.flank.gradle.sample"
1010
minSdk 23
11-
targetSdk 33
11+
targetSdk 34
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)