Skip to content

Commit eed9aa3

Browse files
Build: prepare for v0.12.3 (20) release (#1084)
* Build: prepare for v0.12.3 (20) release * add changelog --------- Co-authored-by: anilbeesetti <66936649+anilbeesetti@users.noreply.github.com> Co-authored-by: Anil Kumar Beesetti <anilbeesetti10@gmail.com>
1 parent 390a675 commit eed9aa3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
minSdk = libs.versions.android.minSdk.get().toInt()
1515
targetSdk = libs.versions.android.targetSdk.get().toInt()
1616
applicationId = "dev.anilbeesetti.nextplayer"
17-
versionCode = 19
18-
versionName = "0.12.2"
17+
versionCode = 20
18+
versionName = "0.12.3"
1919
}
2020

2121
buildFeatures {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Updated media3 to library to 1.4.1
2+
- Updated translations

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,11 @@ Key Features:
2525
* External subtitle support (long press subtitle icon)
2626
* Controls lock
2727
* No ads, tracking or excessive permissions
28-
* Picture in picture mode
28+
* Picture in picture mode
29+
30+
Project Repo: https://github.com/anilbeesetti/nextplayer
31+
32+
If you like my work, consider supporting me by buying me a coffee:
33+
- UPI: https://pay.upilink.in/pay/anilbeesetti811@ybl
34+
- PayPal: https://paypal.me/AnilBeesetti
35+
- Ko-fi: https://ko-fi.com/anilbeesetti

0 commit comments

Comments
 (0)