File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,17 +29,26 @@ jobs:
2929 - name : Build APK
3030 run : ./gradlew assembleDebug
3131
32- - name : Build AAR
32+ - name : Build Debug AAR
3333 run : ./gradlew bundleDebugAar
3434
35+ - name : Build Release AAR
36+ run : ./gradlew bundleReleaseAar
37+
3538 - name : Upload APK artifact
3639 uses : actions/upload-artifact@v4
3740 with :
3841 name : app-debug-apk
3942 path : app/build/outputs/apk/debug/app-debug.apk
4043
41- - name : Upload AAR artifact
44+ - name : Upload Debug AAR artifact
45+ uses : actions/upload-artifact@v4
46+ with :
47+ name : snapcode-debug-aar
48+ path : snapcode/build/outputs/aar/snapcode-debug.aar
49+
50+ - name : Upload Release AAR artifact
4251 uses : actions/upload-artifact@v4
4352 with :
44- name : app-debug -aar
45- path : app /build/outputs/aar/app-debug .aar
53+ name : snapcode-release -aar
54+ path : snapcode /build/outputs/aar/snapcode-release .aar
Original file line number Diff line number Diff line change 11# AndroidIDE: enforce UTF-8 & locale for Gradle daemon
2- # Sun Nov 09 22:57:06 GMT 2025
2+ # Sun Nov 09 23:14:41 GMT 2025
33android.suppressUnsupportedCompileSdk =35
44android.nonTransitiveRClass =false
55-Dfile.encoding =UTF-8
You can’t perform that action at this time.
0 commit comments