Skip to content

Commit 536824b

Browse files
committed
Bumping version to 1.20.3
This contains the new standardised deletion A potential fix for the most common ANR Removed the 'screenshot notification' toggle which was misleading The set of 'nice to have' from the strings branch
1 parent 8615c57 commit 536824b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ configurations.forEach {
1313
it.exclude module: "commons-logging"
1414
}
1515

16-
def canonicalVersionCode = 384
17-
def canonicalVersionName = "1.20.2"
16+
def canonicalVersionCode = 385
17+
def canonicalVersionName = "1.20.3"
1818

1919
def postFixSize = 10
2020
def abiPostFix = ['armeabi-v7a' : 1,

0 commit comments

Comments
 (0)