Skip to content

Commit

Permalink
Merge pull request #15 from bumble-tech/remove-image-loader-library
Browse files Browse the repository at this point in the history
Remove mp image loader loader library
  • Loading branch information
KovalevAndrey authored Oct 2, 2023
2 parents 7faeabc + ab86f9d commit 724a0e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions androidApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />

<application
android:allowBackup="false"
android:supportsRtl="true"
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ coil = "2.2.1"
composePlugin = "1.4.3"
composeBom = "2023.05.01"
composeCompiler = "1.4.4"
image-loader-version = "1.6.4"
coroutines = "1.7.1"
dependencyAnalysis = "1.13.1"
detekt = "1.21.0"
Expand Down Expand Up @@ -62,7 +61,6 @@ compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
google-accompanist-systemui = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
google-accompanist-flow = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
google-material = "com.google.android.material:material:1.4.0"
compose-image-loader = { module = "io.github.qdsfdhvh:image-loader", version.ref = "image-loader-version"}
junit = "junit:junit:4.13.2"
k5-compose = "me.nikhilchaudhari:k5-compose:1.0.1"
kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
Expand Down
1 change: 0 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ kotlin {
implementation(kotlin("test"))
implementation(libs.appyx.navigation)
api(libs.appyx.components.backstack)
api(libs.compose.image.loader)
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
implementation(compose.components.resources)
implementation(libs.k5.compose)
Expand Down

0 comments on commit 724a0e4

Please sign in to comment.