Compare commits

...

10 commits

Author SHA1 Message Date
nomadics9
0df6c905e6 testing 2025-01-04 06:59:08 +03:00
nomadics9
6706aa13f9 Bump version to v0.18.3 2024-12-30 00:20:13 +00:00
nomadics9
a87c4aa712 Bump version to v0.18.3 2024-12-30 00:00:02 +00:00
nomadics9
ec77aa98d6 Bump version to v0.18.3 2024-12-29 23:45:22 +00:00
nomadics9
8c2a682a58 fix 2024-12-20 20:10:02 +03:00
nomadics9
44e083a495 Revert "semantically fix version.txt for automatic bumps"
This reverts commit 8343faba73.
2024-12-20 20:09:17 +03:00
nomadics9
803f874114 Bump version to v0.18.2 2024-12-20 17:03:49 +00:00
nomadics9
8343faba73 semantically fix version.txt for automatic bumps 2024-12-20 01:31:12 +03:00
nomadics9
79af9249ed Revert "semantically fix version.txt for automatic bumps"
This reverts commit 5d821f9144.
2024-12-20 01:29:58 +03:00
nomadics9
5d821f9144 semantically fix version.txt for automatic bumps 2024-12-20 01:18:14 +03:00
3 changed files with 18 additions and 18 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
AlaskarTV:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout Repository
@ -83,20 +83,20 @@ jobs:
sed -i 's/jellyfin-androidtv/alaskartv-androidtv/' \
app-release/app/src/main/java/org/jellyfin/androidtv/ui/startup/fragment/SelectServerFragment.kt
- name: Push Source Code
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
cd app-release
rm -rf .git .github CODEOWNERS CONTRIBUTORS.md README.md
git init
git config --global user.email "binaskar@gmail.com"
git config --global user.name "nomadics9"
git remote add origin https://x-access-token:${GITHUB_TOKEN}@github.com/nomadics9/alaskartv.git
git add .
git commit -m "Update"
git branch -M main
git push origin main --force
# - name: Push Source Code
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# run: |
# cd app-release
# rm -rf .git .github CODEOWNERS CONTRIBUTORS.md README.md
# git init
# git config --global user.email "binaskar@gmail.com"
# git config --global user.name "nomadics9"
# git remote add origin https://x-access-token:${GITHUB_TOKEN}@github.com/nomadics9/alaskartv.git
# git add .
# git commit -m "Update"
# git branch -M main
# git push origin main --force
- name: Set up Java
uses: actions/setup-java@v4

View file

@ -1 +1 @@
v0.18.2
v0.18.3

View file

@ -1,3 +1,3 @@
APPLICATION_ID=org.askartv.tv
VERSION_NAME=0.2.7a
VERSION_CODE=13
VERSION_NAME=v0.3.0
VERSION_CODE=16