|
@@ -36,7 +36,8 @@ android {
|
36
|
36
|
}
|
37
|
37
|
buildTypes {
|
38
|
38
|
release {
|
39
|
|
- minifyEnabled false
|
|
39
|
+ minifyEnabled true
|
|
40
|
+ shrinkResources true
|
40
|
41
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
41
|
42
|
}
|
42
|
43
|
}
|
|
@@ -65,7 +66,6 @@ dependencies {
|
65
|
66
|
|
66
|
67
|
implementation "androidx.media:media:1.1.0"
|
67
|
68
|
implementation 'com.google.android.exoplayer:exoplayer:2.11.0'
|
68
|
|
- implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
69
|
69
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
|
70
|
70
|
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0'
|
71
|
71
|
|
|
@@ -78,10 +78,6 @@ dependencies {
|
78
|
78
|
// RSS parser library @ https://github.com/prof18/RSS-Parser
|
79
|
79
|
implementation 'com.prof.rssparser:rssparser:2.0.4'
|
80
|
80
|
|
81
|
|
- def work_version = "2.2.0"
|
82
|
|
- implementation "androidx.work:work-runtime-ktx:$work_version"
|
83
|
|
-
|
84
|
|
-
|
85
|
81
|
// new implems
|
86
|
82
|
implementation deps.kotlin.stdlib
|
87
|
83
|
implementation deps.support.app_compat
|