Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to gradle 8.7
Browse files Browse the repository at this point in the history
nirinchev committed Jan 2, 2025
1 parent 49a22c3 commit 4c53442
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/realm/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.realm">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>
4 changes: 4 additions & 0 deletions packages/realm/tests/android/build.gradle
Original file line number Diff line number Diff line change
@@ -18,6 +18,10 @@ allprojects {
}

rootProject.buildDir = '../build'

android {
namespace 'io.realm'
}
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
2 changes: 1 addition & 1 deletion packages/realm/tests/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.5.0' apply false
id "com.android.application" version '8.7.0' apply false
}

include ":app"

0 comments on commit 4c53442

Please sign in to comment.