Skip to content

Commit

Permalink
Merge pull request #135 from TeamAmaze/feature
Browse files Browse the repository at this point in the history
Bump trash bin lib version; bump app version
  • Loading branch information
VishalNehra committed Oct 31, 2023
2 parents 69f7305 + b943269 commit f7f91e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit f7f91e9

Please sign in to comment.