Skip to content

Commit 221ba04

Browse files
committed
prepare for v1.0.2.190515
1 parent 494536b commit 221ba04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ android {
1111

1212
// 1.0.0.190425 (1) initial version
1313
// 1.0.1.190507 (2) Bugfix: missing read permission; port to android-x
14-
versionCode 2
15-
versionName "1.0.1.190507"
14+
// 1.0.2.190515 (3) Bugfix: rotation; illegal filename
15+
versionCode 3
16+
versionName "1.0.2.190515"
1617
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1718

1819
// all supported locales. Note: the lib has more translations which are supressed here

0 commit comments

Comments
 (0)