Skip to content

Commit

Permalink
JSUT BUILD HGKAHJGHLG
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Dec 17, 2024
1 parent 5ddfb11 commit 2c3e7e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'

// Source models and interfaces from Tachiyomi 1.x
implementation 'tachiyomi.sourceapi:source-api:1.1'
implementation 'org.tachiyomi:source-api:1.1'

// AndroidX libraries
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down Expand Up @@ -247,7 +247,7 @@ dependencies {
implementation 'androidx.sqlite:sqlite-ktx:2.1.0'
implementation 'com.github.inorichi.storio:storio-common:8be19de@aar'
implementation 'com.github.inorichi.storio:storio-sqlite:8be19de@aar'
implementation 'io.requery:sqlite-android:3.31.0'
implementation 'com.github.requery:sqlite-android:3.39.2'

// Preferences
implementation 'com.f2prateek.rx.preferences:rx-preferences:1.0.2'
Expand Down Expand Up @@ -279,7 +279,7 @@ dependencies {
implementation 'com.github.gpanther:java-nat-sort:natural-comparator-1.1'

// UI
implementation 'com.dmitrymalkovich.android:material-design-dimens:1.4'
implementation 'com.github.DmitryMalkovich:material-design-dimens:1.4'
implementation 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
implementation 'com.github.arkon.FlexibleAdapter:flexible-adapter:c8013533'
implementation 'com.github.arkon.FlexibleAdapter:flexible-adapter-ui:c8013533'
Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/eu/kanade/tachiyomi/AppInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ object AppInfo {

fun getVersionName() = BuildConfig.VERSION_NAME

// @since extension-lib 1.5
fun getSupportedImageMimeTypes() = ImageUtil.ImageType.entries.map { it.mime }
}
File renamed without changes.

0 comments on commit 2c3e7e9

Please sign in to comment.