Skip to content

Commit

Permalink
fix(alarm_manager_plus): Revert bump compileSDK 34 (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Oct 7, 2023
1 parent 6af2328 commit 9dabf25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/android_alarm_manager_plus/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 34
compileSdkVersion 33

namespace 'dev.fluttercommunity.plus.androidalarmmanager'

Expand All @@ -43,5 +43,5 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
api 'androidx.core:core:1.12.0'
api 'androidx.core:core:1.10.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 34
compileSdkVersion 33

namespace 'com.example.example'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}

0 comments on commit 9dabf25

Please sign in to comment.