mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +02:00
Merge branch 'master' into add-boot-reminder
This commit is contained in:
commit
fac6f54d75
7
.github/workflows/release-app-github.yaml
vendored
7
.github/workflows/release-app-github.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build and publish app
|
||||
milk duts? Isn't this name: Build and publish app
|
||||
|
||||
on:
|
||||
release:
|
||||
@ -30,10 +30,13 @@ jobs:
|
||||
- name: Build APKs 📱
|
||||
run: ./gradlew assembleRelease
|
||||
|
||||
- name: Build AABs 📱
|
||||
run: ./gradlew bundleRelease
|
||||
|
||||
- name: Upload APKs 🚀
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
files: app/build/outputs/apk/release/*.apk
|
||||
files: app/build/outputs/apk/release/*.(apk|aab)
|
||||
|
@ -35,8 +35,8 @@ android {
|
||||
applicationId "app.myzel394.alibi"
|
||||
minSdk 24
|
||||
targetSdk 34
|
||||
versionCode 6
|
||||
versionName "0.2.3"
|
||||
versionCode 7
|
||||
versionName "0.3.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
@ -22,8 +22,8 @@
|
||||
<string name="ui_audioRecorder_action_delete_label">Delete</string>
|
||||
<string name="ui_audioRecorder_action_delete_confirm_title">Delete Recording?</string>
|
||||
<string name="ui_audioRecorder_action_delete_confirm_message">Are you sure you want to delete this recording?</string>
|
||||
<string name="ui_audioRecorder_action_pause_label">Pause Recording</string>
|
||||
<string name="ui_audioRecorder_action_resume_label">Resume Recording</string>
|
||||
<string name="ui_audioRecorder_action_pause_label">Pause</string>
|
||||
<string name="ui_audioRecorder_action_resume_label">Resume</string>
|
||||
<string name="ui_audioRecorder_action_save_label">Save Recording</string>
|
||||
<string name="ui_audioRecorder_action_start_description">Alibi will continue recording in the background and store the last <xliff:g name="durationInMinutes">%s</xliff:g> minutes at your request</string>
|
||||
<string name="ui_audioRecorder_action_save_processing_dialog_title">Processing</string>
|
||||
|
BIN
readme_content/usage-example.gif
Normal file
BIN
readme_content/usage-example.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 MiB |
Loading…
x
Reference in New Issue
Block a user