Skip to content

Commit ba76475

Browse files
committed
Update for 2.993
1 parent a2a5fe1 commit ba76475

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v2.993 - 2025-01-23
2+
* Fixing a rushed update that caused lot's of problems due to newer Android API usage.
3+
14
v2.992 - 2025-01-22
25
* Use latest NewPipeExtractor
36
* Add ability to set the application language internally.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you have older Android device - however, at least 4.0, you should try [SkyTub
5858
| Official YouTube player support* |||
5959
| Chromecast Support* |||
6060
| Updates availability | Immediate | Normally up to 5 days |
61-
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.992/SkyTube-Extra-2.992.apk) | [![Download SkyTube (Vanilla) APK](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Get_it_on_F-Droid.svg/200px-Get_it_on_F-Droid.svg.png)](https://f-droid.org/packages/free.rm.skytube.oss/)
61+
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.993/SkyTube-Extra-2.993.apk) | [![Download SkyTube (Vanilla) APK](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Get_it_on_F-Droid.svg/200px-Get_it_on_F-Droid.svg.png)](https://f-droid.org/packages/free.rm.skytube.oss/)
6262

6363
_* powered by a closed-source, third-party library._
6464

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
//noinspection ExpiredTargetSdkVersion
1313
targetSdkVersion 28
1414

15-
versionName "2.992" // digits of the *fractional part* shall NOT be > than "9"
15+
versionName "2.993" // digits of the *fractional part* shall NOT be > than "9"
1616
versionCode buildNumber.toInteger()
1717

1818
// Third party devs: pls be ethical and change the below keys
@@ -164,9 +164,9 @@ dependencies {
164164
exclude group: 'com.google.http-client', module: 'google-http-client-jackson2'
165165
}
166166

167-
// implementation 'com.github.SkyTubeTeam.NewPipeExtractor:NewPipeExtractor:ed6a3bd8bf09ab6dfe252f2a924c8ed1fb94ef8f'
167+
// implementation 'com.github.SkyTubeTeam.NewPipeExtractor:NewPipeExtractor:3be6a7b2b3b0bf4'
168168
// implementation 'com.github.TeamNewPipe.NewPipeExtractor:NewPipeExtractor:v0.22.6'
169-
implementation 'com.github.SkyTubeTeam.NewPipeExtractor:NewPipeExtractor:skytube-2025-01-22'
169+
implementation 'com.github.SkyTubeTeam.NewPipeExtractor:NewPipeExtractor:skytube-2025-01-23-android19'
170170

171171
def skytubeComponents = '0.0.9'
172172
implementation ("com.github.SkyTubeTeam.components:okhttp-client:$skytubeComponents") {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlinVersion = '1.6.21'
5-
ext.buildNumber = 52
5+
ext.buildNumber = 53
66
repositories {
77
google()
88
mavenCentral()
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Fixing the rushed update that caused lot's of problems due to newer Android API usage.

0 commit comments

Comments
 (0)