Skip to content

Commit 2663ed8

Browse files
committed
bump
1 parent 9027b8a commit 2663ed8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion 21
2323
targetSdkVersion 34
2424
versionCode 55
25-
versionName "3.2.0"
25+
versionName "3.2.1"
2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
}
2828

@@ -66,12 +66,12 @@ dependencies {
6666
implementation 'androidx.appcompat:appcompat:1.6.1'
6767
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6868
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'
7171
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
7272
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'
7575
implementation 'com.github.bumptech.glide:glide:4.16.0'
7676
kapt 'com.github.bumptech.glide:compiler:4.13.1'
7777
implementation 'jp.wasabeef:glide-transformations:4.3.0'

app/src/main/java/com/lagradost/quicknovel/providers/MeioNovelProvider.kt

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ class MeioNovelProvider : BoxNovelProvider() {
1111
override val name = "MeioNovel"
1212
override val mainUrl = "https://meionovel.id"
1313
override val iconId = R.drawable.ic_meionovel
14+
override val iconBackgroundId = R.color.colorPrimaryBlue
1415
}

0 commit comments

Comments
 (0)