Release 1.14.0

This commit is contained in:
Thomas 2020-09-09 18:37:30 +02:00
parent dee93607e1
commit d8b3d13912
2 changed files with 12 additions and 3 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 30
versionCode 21
versionName "1.12.0"
versionCode 23
versionName "1.14.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
@ -52,7 +52,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.preference:preference:1.1.1'
implementation 'org.jsoup:jsoup:1.13.1'
testImplementation 'junit:junit:4.13'

View File

@ -0,0 +1,9 @@
Added
- Handle /tv/, /igtv/ and /reel/ for Bibliogram
- Handle multiple tracking
Changed
- Remove default invidio.us instance for Invidious
Fixed
- Allow sharing to YouTube apps (Lite)