Skip to content

Commit 46967cb

Browse files
committed
Update libheif + libdav1d for fix compatibility issues
1 parent 694caed commit 46967cb

File tree

11 files changed

+3
-2
lines changed

11 files changed

+3
-2
lines changed

app/src/main/java/com/radzivon/bartoshyk/avif/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ class MainActivity : AppCompatActivity() {
9898
var allFiles = mutableListOf<String>()
9999
allFiles.addAll(allFiles2)
100100
allFiles.addAll(allFiles1)
101-
// allFiles = allFiles.takeLast(4).toMutableList()
102101
for (file in allFiles) {
103102
try {
103+
Log.d("AVIF", "start processing $file")
104104
val buffer = this@MainActivity.assets.open(file).source().buffer()
105105
.readByteArray()
106106
val size = coder.getSize(buffer)

avif-coder/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ afterEvaluate {
4242
create<MavenPublication>("mavenJava") {
4343
groupId = "com.github.awxkee"
4444
artifactId = "avif-coder"
45-
version = "1.6.2"
45+
version = "1.6.4"
4646
from(components["release"])
4747
// artifact("androidSourcesJar")
4848
}
0 Bytes
Binary file not shown.
4.54 MB
Binary file not shown.
0 Bytes
Binary file not shown.
3.21 MB
Binary file not shown.
0 Bytes
Binary file not shown.
3.02 MB
Binary file not shown.
0 Bytes
Binary file not shown.
4.17 MB
Binary file not shown.

0 commit comments

Comments
 (0)