Skip to content

Commit

Permalink
Update to coil 3.0.0-alpha02. (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite authored Jan 10, 2024
1 parent 05bb3d1 commit 771a286
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 67 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidx-compose-ui = "1.5.4"
jbCompose = "1.5.11"
lint = "31.2.1"
zipline = "1.7.0"
coil = "3.0.0-alpha01"
coil = "3.0.0-alpha02"
okio = "3.7.0"
ktor = "2.3.7"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:name=".EmojiSearchApplication"
android:allowBackup="false"
android:exported="true"
android:icon="@mipmap/ic_launcher"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:name=".EmojiSearchApplication"
android:allowBackup="false"
android:exported="true"
android:icon="@mipmap/ic_launcher"
Expand Down

This file was deleted.

0 comments on commit 771a286

Please sign in to comment.