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.
2 parents fbb3d1f + 954ad27 commit d995576Copy full SHA for d995576
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.0.3 (Mar, 05, 2018)
2
+- Fix creating folders in auto upload
3
+
4
## 3.0.2 (Feb, 27, 2018)
5
- Fix crash on old android versions
6
- Fix E2E
build.gradle
@@ -78,8 +78,8 @@ android {
78
79
multiDexEnabled true
80
81
- versionCode = 30000299
82
- versionName = "3.0.2"
+ versionCode = 30000399
+ versionName = "3.0.3"
83
84
// adapt structure from Eclipse to Gradle/Android Studio expectations;
85
// see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure
0 commit comments