File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11apply plugin : " com.android.application"
22
33android {
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"
Original file line number Diff line number Diff line change 1+ Date: 2025.11.12
2+ Version: 2.0.1
3+ Changes:
4+ * Replacing TIF library with an alternative that has 16KB page size.
You can’t perform that action at this time.
0 commit comments