Skip to content

Commit

Permalink
Update target sdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Jun 13, 2024
1 parent 14103d3 commit 575d5e8
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion android-library-no-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 35
namespace = "com.osacky.flank.gradle.sample.library"
defaultConfig {
minSdk = 23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ class FulladlePluginIntegrationTest {
id "com.android.application"
}
android {
compileSdk 33
compileSdk 35
namespace "com.osacky.flank.gradle.sample"
defaultConfig {
applicationId "com.osacky.flank.gradle.sample"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private const val COMMON_SCRIPT_PART = """
}
android {
compileSdk 33
compileSdk 35
namespace "com.osacky.flank.gradle.sample"
defaultConfig {
applicationId "com.osacky.flank.gradle.sample"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ class VariantTests {
mavenCentral()
}
android {
compileSdk 33
compileSdk 35
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
applicationId "com.osacky.flank.gradle.sample"
minSdk 23
targetSdk 33
targetSdk 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ plugins {
}

android {
compileSdk 33
compileSdk 35
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
targetSdk 33
targetSdk 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ plugins {
}

android {
compileSdk 33
compileSdk 35
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
targetSdk 33
targetSdk 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

android {
compileSdk 33
compileSdk 35
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
applicationId "com.osacky.flank.gradle.sample"
minSdk 23
targetSdk 33
targetSdk 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions fladle-plugin/src/test/resources/android-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

android {
compileSdk 33
compileSdk 35
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
applicationId "com.osacky.flank.gradle.sample"
minSdk 23
targetSdk 33
targetSdk 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

android {
compileSdk 33
compileSdk 35
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
applicationId "com.osacky.flank.gradle.sample"
minSdk 23
targetSdk 33
targetSdk 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion sample-android-library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fulladleModuleConfig {

android {
namespace = "com.osacky.flank.gradle.sample"
compileSdk = 33
compileSdk = 35
defaultConfig {
minSdk = 23
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion sample-flavors-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace = "com.osacky.flank.gradle.sample.kotlin"
compileSdk = 33
compileSdk = 35
defaultConfig {
applicationId = "com.osacky.flank.gradle.sample.kotlin"
minSdk = 23
Expand Down
2 changes: 1 addition & 1 deletion sample-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace = "com.osacky.flank.gradle.sample.kotlin"
compileSdk = 33
compileSdk = 35
defaultConfig {
applicationId = "com.osacky.flank.gradle.sample.kotlin"
minSdk = 23
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'com.osacky.fladle'

android {
compileSdk = 33
compileSdk = 35
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
applicationId "com.osacky.flank.gradle.sample"
minSdk 23
targetSdk 33
targetSdk 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 575d5e8

Please sign in to comment.