We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5db25 commit 40fff36Copy full SHA for 40fff36
library/build.gradle
@@ -9,7 +9,7 @@ android {
9
minSdkVersion 16
10
targetSdkVersion 22
11
versionCode 1
12
- versionName "0.3.0"
+ versionName "0.3.1"
13
}
14
buildTypes {
15
release {
library/pom.xml
@@ -6,7 +6,7 @@
6
<name>FirebaseUI-Android</name>
7
<description>FirebaseUI library for Android applications</description>
8
<url>https://github.com/firebase/FirebaseUI-Android</url>
- <version>0.3.0</version>
+ <version>0.3.1</version>
<packaging>aar</packaging>
<scm>
<url>scm:[email protected]/firebase/FirebaseUI-Android</url>
0 commit comments