Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,23 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'


// ViewPager2 for tabs
implementation 'androidx.viewpager2:viewpager2:1.0.0'

// Room database
implementation 'androidx.room:room-runtime:2.6.1'
annotationProcessor 'androidx.room:room-compiler:2.6.1'

// Retrofit for API calls
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.11.0'

// Glide for image loading
implementation 'com.github.bumptech.glide:glide:4.15.1'

// Epublib for EPUB parsing
implementation 'com.github.mertakdut:EpubParser:1.0.95'
implementation 'com.github.mertakdut:EpubParser:1.0.95'
implementation 'org.slf4j:slf4j-android:1.7.36'
}
Loading