Skip to content

Commit

Permalink
Merge pull request #314 from shogo4405/feature/compile-sdk-35
Browse files Browse the repository at this point in the history
Bump to up compileSdk and targetSdk 35
  • Loading branch information
shogo4405 authored Oct 19, 2024
2 parents aa689d2 + 74d3f4b commit 36af795
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace = "com.haishinkit.app"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.haishinkit.app"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "com.haishinkit.compose"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 21
Expand Down
2 changes: 1 addition & 1 deletion haishinkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "com.haishinkit"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 21
Expand Down
2 changes: 1 addition & 1 deletion lottie/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "com.haishinkit.lottie"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 21
Expand Down
2 changes: 1 addition & 1 deletion vulkan/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "com.haishinkit.vulkan"
compileSdk = 34
compileSdk = 35

defaultConfig {
minSdk = 26
Expand Down

0 comments on commit 36af795

Please sign in to comment.