Skip to content

Commit

Permalink
chore: Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Apr 11, 2024
1 parent 42e9723 commit 853e2cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
versionCode 33
versionName "1.13.n"
versionName "1.14.n"
vectorDrawables.useSupportLibrary = true
}

Expand Down Expand Up @@ -75,7 +75,7 @@ dependencies {
}

def getVersionName = { ->
return "1.13.n"
return "1.14.n"
}

def getGroupId = { ->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="33"
android:versionName="1.13.n" >
android:versionName="1.14.n" >
<application/>
</manifest>
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jdk:
- openjdk17
env:
RELEASE_VERSION: "1.13.n"
RELEASE_VERSION: "1.14.n"
before_install:
- mkdir -p app/build/outputs/aar
- wget -O app/build/outputs/aar/aniyomi-mpv-lib-release.aar https://github.com/jmir1/mpv-android/releases/download/$RELEASE_VERSION/aniyomi-mpv-lib-$RELEASE_VERSION.aar
Expand Down

0 comments on commit 853e2cc

Please sign in to comment.