Skip to content

Commit 6def95e

Browse files
committed
Android Project Updates 2025.
1 parent acf0027 commit 6def95e

8 files changed

Lines changed: 188 additions & 149 deletions

File tree

libs/openFrameworksCompiled/project/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:8.7.0'
7+
classpath 'com.android.tools.build:gradle:8.9.0'
88
}
99
}
1010

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
# Project-wide Gradle settings.
2-
3-
# IDE (e.g. Android Studio) users:
4-
# Gradle settings configured through the IDE *will override*
5-
# any settings specified in this file.
6-
7-
# For more details on how to configure your build environment visit
8-
# http://www.gradle.org/docs/current/userguide/build_environment.html
9-
10-
# Specifies the JVM arguments used for the daemon process.
11-
# The setting is particularly useful for tweaking memory settings.
122
android.useAndroidX=true
133
android.enableJetifier=false
144
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
155
kotlin.code.style=official
16-
android.prefabVersion=1.0.+
6+
android.prefabVersion=2.1.+
177
# Workaround bug in AGP where the prefab dependency is being resolved from a
188
# non-Gradle thread when enableParallelJsonGen is enabled.
199
# https://issuetracker.google.com/149575364
2010
android.enableParallelJsonGen=false
21-
vectorDrawables.useSupportLibrary = true
22-
#ndkBuild=true
23-
# When configured, Gradle will run in incubating parallel mode.
24-
# This option should only be used with decoupled projects. More details, visit
25-
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
26-
# org.gradle.parallel=true
11+
android.buildFeatures.prefab = true
12+
android.nonTransitiveRClass=false
13+
android.nonFinalResIds=false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="cc.openframeworks.cc">
3+
package="cc.openframeworks.android">
44

55
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
66
</manifest>

0 commit comments

Comments
 (0)