Skip to content

Commit cbb9a81

Browse files
committed
avif coder coil
1 parent 790bba2 commit cbb9a81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/src/main/java/com/awxkee/avif/coil/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import androidx.appcompat.app.AppCompatActivity
77
import coil.ImageLoader
88
import coil.load
99
import com.awxkee.avif.coil.databinding.ActivityMainBinding
10-
import com.github.awxkee.avifcoil.HeifDecoder
10+
import com.github.awxkee.avifcoil.decoder.HeifDecoder
1111

1212
class MainActivity : AppCompatActivity() {
1313

avifcoillibrary/proguard-rules.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
# Uncomment this to preserve the line number information for
1616
# debugging stack traces.
17-
#-keepattributes SourceFile,LineNumberTable
17+
-keepattributes SourceFile,LineNumberTable
1818

1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
21-
#-renamesourcefileattribute SourceFile
21+
-renamesourcefileattribute SourceFile

avifcoillibrary/src/main/java/com/github/awxkee/avifcoil/HeifDecoder.kt renamed to avifcoillibrary/src/main/java/com/github/awxkee/avifcoil/decoder/HeifDecoder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.awxkee.avifcoil
1+
package com.github.awxkee.avifcoil.decoder
22

33
import android.graphics.Bitmap
44
import android.graphics.drawable.BitmapDrawable

0 commit comments

Comments
 (0)