We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494536b commit 221ba04Copy full SHA for 221ba04
app/build.gradle
@@ -11,8 +11,9 @@ android {
11
12
// 1.0.0.190425 (1) initial version
13
// 1.0.1.190507 (2) Bugfix: missing read permission; port to android-x
14
- versionCode 2
15
- versionName "1.0.1.190507"
+ // 1.0.2.190515 (3) Bugfix: rotation; illegal filename
+ versionCode 3
16
+ versionName "1.0.2.190515"
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
19
// all supported locales. Note: the lib has more translations which are supressed here
0 commit comments