Skip to content

Commit

Permalink
fix(deps): update dependency com.android.tools.build:gradle to v8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 29, 2024
1 parent b08c1b4 commit 8c5ca69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/orm_flutter_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

dependencies {
// The Android Gradle Plugin knows how to build native code with the NDK.
classpath("com.android.tools.build:gradle:8.1.0")
classpath("com.android.tools.build:gradle:8.7.2")
}
}

Expand All @@ -25,9 +25,7 @@ rootProject.allprojects {
apply plugin: "com.android.library"

android {
if (project.android.hasProperty("namespace")) {
namespace = "dev.odroe.orm_flutter_android"
}
namespace = "dev.odroe.orm_flutter_android"

// Bumping the plugin compileSdk version requires all clients of this plugin
// to bump the version in their app.
Expand Down

0 comments on commit 8c5ca69

Please sign in to comment.