|
|
|
|
@ -10,8 +10,8 @@ android { |
|
|
|
|
applicationId "com.fongmi.android.tv" |
|
|
|
|
minSdk 21 |
|
|
|
|
targetSdk 28 |
|
|
|
|
versionCode 214 |
|
|
|
|
versionName "2.1.4" |
|
|
|
|
versionCode 215 |
|
|
|
|
versionName "2.1.5" |
|
|
|
|
javaCompileOptions { |
|
|
|
|
annotationProcessorOptions { |
|
|
|
|
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] |
|
|
|
|
@ -112,7 +112,7 @@ dependencies { |
|
|
|
|
implementation 'com.github.bumptech.glide:annotations:4.16.0' |
|
|
|
|
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0' |
|
|
|
|
implementation 'com.github.jahirfiquitiva:TextDrawable:1.0.3' |
|
|
|
|
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.23.1' |
|
|
|
|
implementation('com.github.TeamNewPipe:NewPipeExtractor:v0.23.1') { exclude group: 'org.jsoup', module: 'jsoup' } |
|
|
|
|
implementation('com.github.thegrizzlylabs:sardine-android:0.8') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } |
|
|
|
|
implementation 'com.google.android.material:material:1.11.0' |
|
|
|
|
implementation 'com.google.net.cronet:cronet-okhttp:0.1.0' |
|
|
|
|
|