forked from recloudstream/cloudstream
bump
This commit is contained in:
parent
d799a21277
commit
1db1baef19
1 changed files with 3 additions and 3 deletions
|
@ -35,8 +35,8 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
|
|
||||||
versionCode 50
|
versionCode 51
|
||||||
versionName "3.1.4"
|
versionName "3.1.5"
|
||||||
|
|
||||||
resValue "string", "app_version",
|
resValue "string", "app_version",
|
||||||
"${defaultConfig.versionName}${versionNameSuffix ?: ""}"
|
"${defaultConfig.versionName}${versionNameSuffix ?: ""}"
|
||||||
|
@ -194,7 +194,7 @@ dependencies {
|
||||||
//implementation 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT'
|
//implementation 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT'
|
||||||
|
|
||||||
// newpipe yt
|
// newpipe yt
|
||||||
implementation 'com.github.recloudstream:NewPipeExtractor:0.22.1'
|
implementation 'com.github.recloudstream:NewPipeExtractor:master-SNAPSHOT'
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
|
|
||||||
// Library/extensions searching with Levenshtein distance
|
// Library/extensions searching with Levenshtein distance
|
||||||
|
|
Loading…
Reference in a new issue