Skip to content

Commit 505bab3

Browse files
committed
android: upgrade android gradle plugin to 8.13.2
1 parent b7a3a5d commit 505bab3

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

build/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ android {
3535
path "CMakeLists.txt"
3636
}
3737
}
38+
namespace 'cppfw.github.io.ruistests'
3839
}
3940

4041
repositories {

build/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22

3-
package="cppfw.github.io.ruistests">
3+
>
44

55
<supports-screens
66
android:anyDensity="true"

build/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.4.0'
11-
classpath 'io.github.howardpang:androidNativeBundle:1.1.3'
10+
classpath 'com.android.tools.build:gradle:8.13.2'
11+
classpath 'io.github.howardpang:androidNativeBundle:1.1.6'
1212

1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

build/android/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
# Specifies the JVM arguments used for the daemon process.
1111
# The setting is particularly useful for tweaking memory settings.
12+
android.defaults.buildfeatures.buildconfig=true
13+
android.nonFinalResIds=false
14+
android.nonTransitiveRClass=false
1215
org.gradle.jvmargs=-Xmx1536m
1316

1417
# When configured, Gradle will run in incubating parallel mode.

build/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)