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