File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 path : app/build/reports/tests/testDebugUnitTest/
4242
4343 - name : Build Debug APK
44- run : ./gradlew assembleDebug
44+ # adding '-x validateSigningDebug' as it fails the CI.
45+ # TODO: To be removed for actual template use
46+ run : ./gradlew assembleDebug -x validateSigningDebug
4547
4648 - name : Upload APK
4749 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -20,5 +20,4 @@ kotlin.code.style=official
2020# Enables namespacing of each library's R class so that its R class includes only the
2121# resources declared in the library itself and none from the library's dependencies,
2222# thereby reducing the size of the R class for that library
23- android.nonTransitiveRClass =true
24- android.newDsl =false
23+ android.nonTransitiveRClass =true
You can’t perform that action at this time.
0 commit comments