Skip to content

Commit

Permalink
Update changelog and bump build version - version 2.96
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Jul 31, 2019
1 parent 5496b3b commit e280787
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v2.96 - 01 Aug 2019:
* Chromecast support in SkyTube Extra
* Better off-line experience with the downloaded videos, and better handling of off-line startup, where lot's of information
previously queried from YouTube, now the app can revert to use the already stored data.
* Fix screen saver prevention to only be active during playtime.
* Video watch status tracking is much more solid, many small bug were eliminated.
* Add ability to disable immersive mode.
* Improved search autocomplete experience.
* Version upgrades in lot's of dependencies (Using AndroidX component library).

v2.95 - 14 Mar 2019:
* Emergency fix: Video playback error.
* Updated French, Japanese, Arabic and Turkish translations.
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 28

versionName "2.95" // digits of the *fractional part* shall NOT be > than "9"
versionName "2.96" // digits of the *fractional part* shall NOT be > than "9"
versionCode buildNumber.toInteger()

// Third party devs: pls be ethical and change the below keys
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

buildNumber=19
buildNumber=20

android.useAndroidX=true
android.enableJetifier=true

0 comments on commit e280787

Please sign in to comment.