Skip to content

Commit

Permalink
Release notes for 2.990
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Jul 25, 2024
1 parent 3f46a63 commit 84e925c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2.990 - 2024-07-25
* Update NewPipeExtractor to fix recent Youtube site changes.
* Remove unnecessary app-install right from the OSS version
* Delete old, unused table from the subscribiption database
* Update translations to fix a wrong format character

v2.989 - 2024-07-14
* Fix video/channel sharing
* Update NewPipeExtractor to fix recent Youtube site changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you have older Android device - however, at least 4.0, you should try [SkyTub
| Official YouTube player support* |||
| Chromecast Support* |||
| Updates availability | Immediate | Normally up to 5 days |
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](/~https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.989/SkyTube-Extra-2.989.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/)
| Download APK | [![Download SkyTube Extra APK](screenshots/download_apk.png)](/~https://github.com/SkyTubeTeam/SkyTube/releases/download/v2.990/SkyTube-Extra-2.990.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/)

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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28

versionName "2.989" // digits of the *fractional part* shall NOT be > than "9"
versionCode 49
versionName "2.990" // digits of the *fractional part* shall NOT be > than "9"
versionCode 50
// Third party devs: pls be ethical and change the below keys
buildConfigField 'String', 'YOUTUBE_API_KEYS_DEBUG', '""'
buildConfigField 'String[]', 'YOUTUBE_API_KEYS', '{}'
Expand Down

0 comments on commit 84e925c

Please sign in to comment.