Skip to content

Commit c6860f8

Browse files
AnikAnik
authored andcommitted
update build.yml, app.json
1 parent 4d7d9a0 commit c6860f8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
run: rm -rf ~/.gradle/caches
6868

6969
- name: Build Signed APK
70-
run: cd android && ./gradlew assembleRelease --no-daemon --stacktrace --retry=3
70+
run: cd android && ./gradlew assembleRelease --no-daemon --stacktrace
7171

7272
- name: Build Signed AAB
73-
run: cd android && ./gradlew bundleRelease --no-daemon --stacktrace --retry=3
73+
run: cd android && ./gradlew bundleRelease --no-daemon --stacktrace
7474

7575
- name: Upload APK artifact
7676
uses: actions/upload-artifact@v4

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "OptiScan",
44
"slug": "OptiScan",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"orientation": "portrait",
77
"icon": "./assets/icon.png",
88
"userInterfaceStyle": "automatic",

0 commit comments

Comments
 (0)