PIPELINE COMPLETO QUE RODOU: 1. JDK 17 instalado em ~/jdk17 (portátil, sem admin) 2. Android SDK cmdline-tools + platform-34 + build-tools-34 + platform-tools instalados em ~/android-sdk 3. JAVA_HOME e ANDROID_HOME setados no PATH user 4. npm install + npx cap add android (estrutura Android gerada) 5. AndroidManifest.xml com 10 permissions (location background, vibrate, wake_lock, foreground service, post_notifications) 6. Keystore PERMANENTE shivao-release.keystore gerado via keytool (validade 10000d, RSA 2048) 7. build.gradle: signingConfigs.release + applicationId br.com.pontualtech.shivao + versionCode 2 + versionName 1.2.0 8. local.properties: sdk.dir=C:/Users/pontu/android-sdk (forward slashes — Java properties NÃO aceitam \) 9. ./gradlew bundleRelease assembleRelease — primeira build em 1m39s 10. APK 3.4MB + AAB 3.1MB — ambos signed com keystore permanente ARTEFATOS: - C:/Users/pontu/Downloads/Shivao-v1.2.0-capacitor.apk (3.4MB) - C:/Users/pontu/Downloads/Shivao-v1.2.0-capacitor.aab (3.1MB) — pronto pra Play Store - mobile/android/app/shivao-release.keystore (NÃO commitado, .gitignore protege) - C:/Users/pontu/Downloads/Shivao-keystore-backup/shivao-release-CAPACITOR.keystore (BACKUP) Release Forgejo v1.2.0 publicada com APK + AAB anexados. Próximo: criar conta Google Play ($25 1×) e submeter o AAB. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
21 lines
751 B
Prolog
21 lines
751 B
Prolog
# Add project specific ProGuard rules here.
|
|
# You can control the set of applied configuration files using the
|
|
# proguardFiles setting in build.gradle.
|
|
#
|
|
# For more details, see
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
# If your project uses WebView with JS, uncomment the following
|
|
# and specify the fully qualified class name to the JavaScript interface
|
|
# class:
|
|
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
|
# public *;
|
|
#}
|
|
|
|
# Uncomment this to preserve the line number information for
|
|
# debugging stack traces.
|
|
#-keepattributes SourceFile,LineNumberTable
|
|
|
|
# If you keep the line number information, uncomment this to
|
|
# hide the original source file name.
|
|
#-renamesourcefileattribute SourceFile
|