Skip to content

Commit

Permalink
Build: Prepare for v0.6.0 release (#495)
Browse files Browse the repository at this point in the history
* build: bump version to v0.6.0

* rename github action yaml file

* build: remove unused ffmpeg cache
  • Loading branch information
anilbeesetti authored Aug 9, 2023
1 parent 1efbac4 commit 783c6fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/android_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Cache ffmpeg folder
uses: actions/cache@v3
with:
path: nextlib/ffmpeg
key: ${{ runner.os }}-ffmpeg-${{ hashFiles('nextlib/ffmpeg/setup.sh') }}

- name: Build Project with gradle
run: ./gradlew assembleDebug

Expand Down Expand Up @@ -101,12 +95,6 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Cache ffmpeg folder
uses: actions/cache@v3
with:
path: nextlib/ffmpeg
key: ${{ runner.os }}-ffmpeg-${{ hashFiles('nextlib/ffmpeg/setup.sh') }}

- name: Run instrumentation tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {

defaultConfig {
applicationId = "dev.anilbeesetti.nextplayer"
versionCode = 6
versionName = "0.5.0"
versionCode = 7
versionName = "0.6.0"
}

buildFeatures {
Expand Down

0 comments on commit 783c6fb

Please sign in to comment.