添加两个示例项目

This commit is contained in:
ZhanGSKen
2025-03-11 20:52:40 +08:00
parent b7affa477f
commit afd93d6871
39 changed files with 1169 additions and 19 deletions

View File

@@ -1,4 +1,3 @@
# AndroidX 项目编译配置
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
@@ -7,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx4096m
org.gradle.jvmargs=-Xmx2048m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
@@ -17,11 +16,4 @@ org.gradle.jvmargs=-Xmx4096m
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
org.gradle.caching=true
android.disableAutomaticComponentCreation=true
android.injected.testOnly=false
android.enableJetifier=false