fix(deps): update dependency com.android.tools.build:gradle to v8.7.0-alpha07

This commit is contained in:
Renovate Bot 2024-08-15 23:32:41 +00:00
parent a14c74ce52
commit 7f51416daa
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ buildscript {
dependencies { dependencies {
// The Android Gradle Plugin knows how to build native code with the NDK. // The Android Gradle Plugin knows how to build native code with the NDK.
classpath 'com.android.tools.build:gradle:8.4.2' classpath 'com.android.tools.build:gradle:8.7.0-alpha07'
} }
} }

View File

@ -50,7 +50,7 @@ buildscript {
} }
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:8.4.2" classpath "com.android.tools.build:gradle:8.7.0-alpha07"
} }
} }
subprojects { subprojects {