Compare commits
10
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edfea45936 | ||
|
|
62a82b01b8 | ||
|
|
1994fa2f7d | ||
|
|
ae32cbfb6f | ||
|
|
2dff3d9191 | ||
|
|
c0ae0466c2 | ||
|
|
58b0574cf9 | ||
|
|
5472c607cd | ||
|
|
f95cb20408 | ||
|
|
5640b7e56c |
+9
-8
@@ -36,7 +36,7 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
compileSdkVersion 31
|
||||
buildToolsVersion '30.0.3'
|
||||
buildToolsVersion '31.0.0'
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
}
|
||||
@@ -108,6 +108,8 @@ dependencies {
|
||||
implementation 'androidx.vectordrawable:vectordrawable:1.2.0-alpha02'
|
||||
implementation "androidx.browser:browser:1.3.0"
|
||||
implementation "androidx.cardview:cardview:$android_version"
|
||||
implementation "androidx.annotation:annotation:1.2.0"
|
||||
implementation 'androidx.work:work-runtime-ktx:2.7.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
|
||||
implementation 'org.jsoup:jsoup:1.13.1'
|
||||
|
||||
@@ -120,7 +122,7 @@ dependencies {
|
||||
}
|
||||
|
||||
// Async
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
|
||||
|
||||
// Retrofit + http logging + okhttp
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
@@ -130,15 +132,14 @@ dependencies {
|
||||
|
||||
// Material-ish things
|
||||
implementation 'com.ashokvarma.android:bottom-navigation-bar:2.1.0'
|
||||
implementation 'com.github.jd-alexander:LikeButton:0.2.3'
|
||||
implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
|
||||
|
||||
// glide
|
||||
implementation 'com.github.bumptech.glide:glide:4.1.1'
|
||||
kapt 'com.github.bumptech.glide:compiler:4.11.0'
|
||||
implementation 'com.github.bumptech.glide:okhttp3-integration:4.1.1'
|
||||
|
||||
// Drawer
|
||||
implementation 'co.zsmb:materialdrawer-kt:2.0.2'
|
||||
implementation 'com.mikepenz:materialdrawer:8.4.4'
|
||||
|
||||
// Themes
|
||||
implementation 'com.52inc:scoops:1.0.0'
|
||||
@@ -151,13 +152,13 @@ dependencies {
|
||||
//PhotoView
|
||||
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.7.0-beta02'
|
||||
implementation 'androidx.core:core-ktx:1.7.0-rc01'
|
||||
|
||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.0-rc01"
|
||||
implementation "androidx.lifecycle:lifecycle-common-java8:2.4.0-rc01"
|
||||
|
||||
implementation "androidx.room:room-ktx:2.4.0-alpha05"
|
||||
kapt "androidx.room:room-compiler:2.4.0-alpha05"
|
||||
implementation "androidx.room:room-ktx:2.4.0-beta01"
|
||||
kapt "androidx.room:room-compiler:2.4.0-beta01"
|
||||
|
||||
implementation "android.arch.work:work-runtime-ktx:$work_version"
|
||||
}
|
||||
|
500 Internal Server Error
Gitea Version: 1.28.0+dev-211-ga30d865b78 | ||||