This commit is contained in:
LagradOst 2021-10-28 13:54:04 +02:00
parent 70c14d116c
commit d790f113c0

View file

@ -34,7 +34,7 @@ android {
applicationId "com.lagradost.cloudstream3" applicationId "com.lagradost.cloudstream3"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 31 versionCode 32
versionName "2.1.2" versionName "2.1.2"
resValue "string", "app_version", resValue "string", "app_version",
@ -141,8 +141,8 @@ dependencies {
//implementation 'com.github.TorrentStream:TorrentStream-Android:2.7.0' //implementation 'com.github.TorrentStream:TorrentStream-Android:2.7.0'
// Downloading // Downloading
implementation "androidx.work:work-runtime:2.7.0-rc01" implementation "androidx.work:work-runtime:2.7.0"
implementation "androidx.work:work-runtime-ktx:2.7.0-rc01" implementation "androidx.work:work-runtime-ktx:2.7.0"
// Networking // Networking
implementation "com.squareup.okhttp3:okhttp:4.9.1" implementation "com.squareup.okhttp3:okhttp:4.9.1"