File tree 2 files changed +6
-5
lines changed
src/main/java/com/lagradost/quicknovel/providers
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
22
22
minSdkVersion 21
23
23
targetSdkVersion 34
24
24
versionCode 55
25
- versionName " 3.2.0 "
25
+ versionName " 3.2.1 "
26
26
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
27
27
}
28
28
@@ -66,12 +66,12 @@ dependencies {
66
66
implementation ' androidx.appcompat:appcompat:1.6.1'
67
67
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
68
68
implementation ' org.jsoup:jsoup:1.17.2'
69
- implementation ' androidx.navigation:navigation-fragment-ktx:2.7.7 '
70
- implementation ' androidx.navigation:navigation-ui-ktx:2.7.7 '
69
+ implementation ' androidx.navigation:navigation-fragment-ktx:2.8.3 '
70
+ implementation ' androidx.navigation:navigation-ui-ktx:2.8.3 '
71
71
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
72
72
testImplementation ' junit:junit:4.13.2'
73
- androidTestImplementation ' androidx.test.ext:junit:1.2.0 '
74
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.0 '
73
+ androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
74
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1 '
75
75
implementation ' com.github.bumptech.glide:glide:4.16.0'
76
76
kapt ' com.github.bumptech.glide:compiler:4.13.1'
77
77
implementation ' jp.wasabeef:glide-transformations:4.3.0'
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ class MeioNovelProvider : BoxNovelProvider() {
11
11
override val name = " MeioNovel"
12
12
override val mainUrl = " https://meionovel.id"
13
13
override val iconId = R .drawable.ic_meionovel
14
+ override val iconBackgroundId = R .color.colorPrimaryBlue
14
15
}
You can’t perform that action at this time.
0 commit comments