Skip to content

Commit

Permalink
chore: build debug (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviroo authored Jul 20, 2022
1 parent 10a1676 commit df4336b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:

- run: gh release upload $CIRCLE_TAG "android/app/build/outputs/apk/release/app-release.apk" --clobber
- store_artifacts:
path: android/app/build/outputs/apk
path: android/app/build/outputs

workflows:
mobile:
Expand Down
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:node="remove" />

<!-- TODO android:roundIcon="@mipmap/ic_launcher_round" -->
<application
Expand Down

0 comments on commit df4336b

Please sign in to comment.