diff --git a/.github/workflows/android_build.yaml b/.github/workflows/android_build.yaml index 10c610c4c..309ab54f2 100644 --- a/.github/workflows/android_build.yaml +++ b/.github/workflows/android_build.yaml @@ -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 @@ -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: diff --git a/.github/workflows/github-release.yaml b/.github/workflows/github_release.yaml similarity index 100% rename from .github/workflows/github-release.yaml rename to .github/workflows/github_release.yaml diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 987ef7aba..7556d199d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -9,8 +9,8 @@ android { defaultConfig { applicationId = "dev.anilbeesetti.nextplayer" - versionCode = 6 - versionName = "0.5.0" + versionCode = 7 + versionName = "0.6.0" } buildFeatures {