File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ android {
3535 path " CMakeLists.txt"
3636 }
3737 }
38+ namespace ' cppfw.github.io.ruistests'
3839}
3940
4041repositories {
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1215org.gradle.jvmargs =-Xmx1536m
1316
1417# When configured, Gradle will run in incubating parallel mode.
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments