From b94326967662aa2c15d81254bb61612ba3d5badf Mon Sep 17 00:00:00 2001 From: Vishal Nehra Date: Tue, 31 Oct 2023 19:33:06 +0530 Subject: [PATCH] Bump trash bin lib version; bump app version --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9af6388d..4c83bd4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,8 +53,8 @@ android { minSdk 21 targetSdk 33 - Integer sudoVersionCode = 30 - String versionNameText = "1.90" + Integer sudoVersionCode = 31 + String versionNameText = "1.91" String[] abiFilterList = property("abiFilters").toString().split(';') Integer minorVersion = 0 @@ -245,7 +245,7 @@ dependencies { implementation 'org.zwobble.mammoth:mammoth:1.4.2' implementation 'me.zhanghai.android.fastscroll:library:1.1.8' implementation "ch.acra:acra-core:5.7.0" - implementation 'com.github.TeamAmaze:AmazeTrashBin:1.0.9' + implementation 'com.github.TeamAmaze:AmazeTrashBin:1.0.10' // https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor implementation group: 'com.drewnoakes', name: 'metadata-extractor', version: '2.16.0'