Skip to content

Commit

Permalink
donwgrade android sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
brim-borium committed Oct 14, 2024
1 parent 44e2bb3 commit 8d3efab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
namespace 'de.minimalme.spotify_sdk'
}

compileSdk 35
compileSdk 34

compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace 'de.minimalme.spotify_sdk_example'
compileSdk 35
compileSdk 34
ndkVersion = "27.0.12077973"

compileOptions {
Expand All @@ -26,7 +26,7 @@ android {
manifestPlaceholders = [redirectSchemeName: "spotify-sdk", redirectHostName: "auth"]
applicationId = "de.minimalme.spotify_sdk_example"
minSdk = 21
targetSdk = 35
targetSdk = 34
versionCode = flutter.versionCode
versionName = flutter.versionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.7.0' apply false
id "com.android.application" version '8.7.1' apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}

Expand Down

0 comments on commit 8d3efab

Please sign in to comment.