fix permissions and build track
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
||||
with:
|
||||
name: appbundle
|
||||
path: app/build/app/outputs/bundle/release/app-release.aab
|
||||
- name: Release to Google Play (alpha)
|
||||
- name: Release to Google Play (internal)
|
||||
working-directory: app
|
||||
env:
|
||||
SUPPLY_PACKAGE_NAME: ${{ secrets.ANDROID_PACKAGE_NAME }}
|
||||
@@ -85,4 +85,4 @@ jobs:
|
||||
run: |
|
||||
bundle exec fastlane supply \
|
||||
--aab build/app/outputs/bundle/release/app-release.aab \
|
||||
--track alpha
|
||||
--track internal
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_REMOTE_MESSAGING" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
name: weblibre
|
||||
description: "The Privacy-Focused & AI-Powered Research Browser"
|
||||
publish_to: 'none'
|
||||
version: 0.9.0+2
|
||||
version: 0.9.0+3
|
||||
|
||||
environment:
|
||||
sdk: '>=3.8.0 <4.0.0'
|
||||
|
||||
Reference in New Issue
Block a user