docs: 完成 APK 构建准备工作并生成详细构建指南

This commit is contained in:
jaystar
2026-02-02 15:26:30 +08:00
parent 6a04f9110b
commit 83ce8b2d0b
67 changed files with 3936 additions and 168 deletions

View File

@@ -0,0 +1,24 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle')
classpath('com.facebook.react:react-native-gradle-plugin')
classpath('org.jetbrains.kotlin:kotlin-gradle-plugin')
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
}
}
apply plugin: "expo-root-project"
apply plugin: "com.facebook.react.rootproject"