File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
app/src/main/java/com/awxkee/avif/coil
src/main/java/com/github/awxkee/avifcoil/decoder Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import androidx.appcompat.app.AppCompatActivity
77import coil.ImageLoader
88import coil.load
99import com.awxkee.avif.coil.databinding.ActivityMainBinding
10- import com.github.awxkee.avifcoil.HeifDecoder
10+ import com.github.awxkee.avifcoil.decoder. HeifDecoder
1111
1212class MainActivity : AppCompatActivity () {
1313
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- package com.github.awxkee.avifcoil
1+ package com.github.awxkee.avifcoil.decoder
22
33import android.graphics.Bitmap
44import android.graphics.drawable.BitmapDrawable
You can’t perform that action at this time.
0 commit comments