Skip to content

Commit

Permalink
优化解码逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 5, 2024
1 parent 3c791a4 commit f11462f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ dependencies {
implementation 'androidx.biometric:biometric:1.2.0-alpha01'
implementation "androidx.browser:browser:1.3.0"
implementation 'androidx.cardview:cardview:1.0.0'
implementation "androidx.fragment:fragment:1.3.0-rc01"
implementation "androidx.preference:preference:1.0.0"
implementation "androidx.fragment:fragment:1.8.5"
implementation "androidx.preference:preference:1.2.1"
implementation 'androidx.recyclerview:recyclerview:1.2.0'
implementation 'org.conscrypt:conscrypt-android:2.5.1'
// https://mvnrepository.com/artifact/androidx.core/core-ktx
Expand All @@ -146,6 +146,8 @@ dependencies {
implementation 'com.github.amlcurran.showcaseview:library:5.4.3'
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
implementation 'com.alibaba:fastjson:1.2.83'
// implementation 'com.takisoft.preferencex:preferencex:1.1.0'
// implementation 'com.takisoft.preferencex:preferencex-simplemenu:1.1.0'
// implementation 'com.alibaba.fastjson2:fastjson2:2.0.47'

implementation 'com.android.support:multidex:1.0.3'
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/hippo/lib/image/Image.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import androidx.core.graphics.drawable.toDrawable
import java.io.FileInputStream
import java.nio.ByteBuffer
import java.nio.channels.FileChannel
import kotlin.math.max
import kotlin.math.min

class Image private constructor(
Expand Down

0 comments on commit f11462f

Please sign in to comment.