diff --git a/.github/workflows/release-app-github.yaml b/.github/workflows/release-app-github.yaml index 27a061f..1f80b2d 100644 --- a/.github/workflows/release-app-github.yaml +++ b/.github/workflows/release-app-github.yaml @@ -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) diff --git a/app/build.gradle b/app/build.gradle index f0256b1..d3c9db3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c1db6e5..9451371 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -22,8 +22,8 @@ Delete Delete Recording? Are you sure you want to delete this recording? - Pause Recording - Resume Recording + Pause + Resume Save Recording Alibi will continue recording in the background and store the last %s minutes at your request Processing diff --git a/readme_content/usage-example.gif b/readme_content/usage-example.gif new file mode 100644 index 0000000..8bb643c Binary files /dev/null and b/readme_content/usage-example.gif differ