Skip to content

Commit ed9154f

Browse files
committed
s
1 parent d0d032b commit ed9154f

3 files changed

Lines changed: 14 additions & 25 deletions

File tree

.acside/editor/openedFiles.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/android.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
android.suppressUnsupportedCompileSdk=35
44
android.nonTransitiveRClass=false
55
-Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)