All checks were successful
Build APK / build-apk (push) Successful in 5m25s
Der android-Ordner wurde bisher bei JEDEM CI-Lauf neu erzeugt (cap add android) und Kotlin/MainActivity/Plugin jedes Mal frisch reingepatcht — genau das war die Ursache der ganzen Kotlin-Build-Fehler. Jetzt liegt android/ einmal sauber eingerichtet im Repo: - kotlin-android-Plugin aktiviert (1.9.24, jvmTarget 17) - NetDiagScannerPlugin.kt + Snmp.kt + MainActivity.kt (registriert das Plugin) - AndroidManifest mit allen noetigen Permissions - Signing-Config in app/build.gradle (Werte aus gradle.properties) build.yml entschlackt: nur noch npm install, vite build, cap sync, gradle. Build-Artefakte bleiben per .gitignore aussen vor. 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
|