Skip to content

Commit 0161ce5

Browse files
committed
Version update
1 parent 496217f commit 0161ce5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: "com.android.application"
22

33
android {
4-
compileSdk 35
4+
compileSdk = 35
55
namespace "biz.binarysolutions.imageconverter"
66

77
compileOptions {
@@ -13,8 +13,8 @@ android {
1313
applicationId "biz.binarysolutions.imageconverter"
1414
minSdk 29
1515
targetSdk 35
16-
versionCode 9
17-
versionName "2.0"
16+
versionCode 11
17+
versionName "2.0.1"
1818

1919
setProperty("archivesBaseName", "$applicationId-$versionName")
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -57,7 +57,7 @@ dependencies {
5757
implementation "com.google.android.material:material:1.13.0"
5858
implementation "com.android.support:support-annotations:28.0.0"
5959

60-
implementation "io.github.beyka:Android-TiffBitmapFactory:0.9.9.1"
60+
implementation "com.github.T8RIN:TiffDecoder:1.0.5"
6161

6262
googleImplementation "com.google.android.gms:play-services-ads:24.7.0"
6363
googleImplementation "com.android.billingclient:billing:8.1.0"

metadata/en-US/changelogs/11.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Date: 2025.11.12
2+
Version: 2.0.1
3+
Changes:
4+
* Replacing TIF library with an alternative that has 16KB page size.

0 commit comments

Comments
 (0)