APK Android généré avec succès
- Script build-apk-simple.sh créé pour build sans Docker - Installation SDKMAN + Java 21 requise par Capacitor - Configuration Android SDK via cmdline-tools - APK généré: dist/compagnon-lagon-beta.apk - Export statique Next.js configuré (next.config.export.js) - Taille APK: ~5MB prêt pour distribution Pour rebuild: ./scripts/build-apk-simple.sh
This commit is contained in:
19
android/app/capacitor.build.gradle
Normal file
19
android/app/capacitor.build.gradle
Normal file
@ -0,0 +1,19 @@
|
||||
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
||||
|
||||
android {
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_21
|
||||
targetCompatibility JavaVersion.VERSION_21
|
||||
}
|
||||
}
|
||||
|
||||
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
||||
dependencies {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (hasProperty('postBuildExtras')) {
|
||||
postBuildExtras()
|
||||
}
|
||||
Reference in New Issue
Block a user