Skip to content

Commit

Permalink
Patch version 2.962
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 5, 2019
1 parent 12155f2 commit c02d09b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.962 - 06 Aug 2019:
* Add a new Youtube API key, re-use the old keys for F-Droid.
* Updated German and Hungarian translations.

v2.961 - 01 Aug 2019:
* Fix problem with Youtube API keys
* Use newer NewPipeExtractor to fix video downloading issue
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.961" // digits of the *fractional part* shall NOT be > than "9"
versionName "2.962" // 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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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=21
buildNumber=22

android.useAndroidX=true
android.enableJetifier=true
Expand Down

0 comments on commit c02d09b

Please sign in to comment.