diff --git a/.env.example b/.env.example index 229a426..965f970 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_NAME=Laravel +APP_NAME="Interval Timer" APP_ENV=local APP_KEY= APP_DEBUG=true @@ -65,3 +65,4 @@ AWS_USE_PATH_STYLE_ENDPOINT=false VITE_APP_NAME="${APP_NAME}" NATIVEPHP_APP_ID=com.nikolabucic.intervaltimer +NATIVEPHP_APP_AUTHOR="Nikola Bucić" diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index c529430..6b20903 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -12,10 +12,10 @@ jobs: NATIVEPHP_ANDROID_DEBUG_SYMBOLS: NONE steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '17' distribution: 'temurin' @@ -98,7 +98,7 @@ jobs: script -q -e -c "php artisan native:package android" /dev/null - name: Upload APK artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: interval-timer-v${{ steps.version.outputs.version }} path: '**/*.apk' diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index f68bfb1..d073480 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Bump patch version run: | diff --git a/.github/workflows/prepare-pr.yml b/.github/workflows/prepare-pr.yml index 61a9d18..d2ce80f 100644 --- a/.github/workflows/prepare-pr.yml +++ b/.github/workflows/prepare-pr.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a02ccf4..b9f8d96 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/public/icon.png b/public/icon.png new file mode 100644 index 0000000..7556980 Binary files /dev/null and b/public/icon.png differ diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..23382c2 --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + I·N·T·E·R·V·A·L + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/version.json b/version.json index 9d0278d..348a729 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "1.0.11", - "version_code": 12 + "version": "1.0.12", + "version_code": 13 }