Skip to content

Commit

Permalink
Update to SDK 33
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Oct 23, 2023
1 parent 1097020 commit 238b3d2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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 = 29
compileSdk = 33
namespace = "com.osacky.flank.gradle.sample.library"
defaultConfig {
minSdk = 23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ class FulladlePluginIntegrationTest {
id "com.android.application"
}
android {
compileSdk 29
compileSdk 33
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 commonScriptPart = """
}
android {
compileSdk 29
compileSdk 33
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,7 +161,7 @@ class VariantTests {
mavenCentral()
}
android {
compileSdk 29
compileSdk 33
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 @@ -3,7 +3,7 @@ plugins {
}

android {
compileSdk 29
compileSdk 33
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
targetSdk 29
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

android {
compileSdk 29
compileSdk 33
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
targetSdk 29
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk 29
compileSdk 33
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 @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk 29
compileSdk 33
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
applicationId "com.osacky.flank.gradle.sample"
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 = 29
compileSdk = 33
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"
compileSdk = 29
compileSdk = 33
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"
compileSdk = 29
compileSdk = 33
defaultConfig {
applicationId = "com.osacky.flank.gradle.sample.kotlin"
minSdk = 23
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'com.osacky.fladle'

android {
compileSdk = 29
compileSdk = 33
namespace = "com.osacky.flank.gradle.sample"
defaultConfig {
applicationId "com.osacky.flank.gradle.sample"
Expand Down

0 comments on commit 238b3d2

Please sign in to comment.