File tree Expand file tree Collapse file tree 2 files changed +3
-56
lines changed
Expand file tree Collapse file tree 2 files changed +3
-56
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 minSdkVersion 10
99 targetSdkVersion 22
1010 versionCode 1
11- versionName " 0.0.5 "
11+ versionName " 0.1.0 "
1212 }
1313 buildTypes {
1414 release {
@@ -35,61 +35,7 @@ android {
3535
3636apply plugin : ' maven'
3737
38- task createPom << {
39- pom {
40- project {
41- groupId ' com.firebase'
42- artifactId ' firebase-ui'
43- version ' 0.0.5-SNAPSHOT'
44-
45- /* TODO: generate this
46- build {
47- plugins {
48- plugin {
49- groupId = 'org.apache.maven.plugins'
50- artifactId = 'maven-compiler-plugin'
51- configuration {
52- source = '1.6'
53- target = '1.6'
54- }
55- }
56- }
57- }
58- <build>
59- <plugins>
60- <plugin>
61- <groupId>org.apache.maven.plugins</groupId>
62- <artifactId>maven-compiler-plugin</artifactId>
63- <version>3.1</version>
64- <configuration>
65- <source>1.6</source>
66- <target>1.6</target>
67- </configuration>
68- </plugin>
69- </plugins>
70- </build>
71- */
72- dependencies {
73- compile ' com.android.support:appcompat-v7:22.2.0'
74- compile ' com.firebase:firebase-client-android:2.3.1'
75- compile ' com.android.support:recyclerview-v7:22.2.0'
76- }
77- licenses {
78- license {
79- name ' MIT'
80- url ' http://firebase.mit-license.org'
81- }
82- }
83- scm {
84- connection ' scm:git:git@github.com:firebase/FirebaseUI-Android.git'
85- developerConnection ' scm:git:git@github.com:firebase/FirebaseUI-Android.git'
86- url ' https://github.com/firebase/FirebaseUI-Android'
87- }
88- }
89- }. writeTo(" pom.xml" )
90- }
91-
92- version = " 0.0.5"
38+ version = " 0.1.0"
9339group = " com.firebase"
9440
9541configurations {
Original file line number Diff line number Diff line change 5050
5151# gradle clean assembleRelease generateReleaseJavadoc
5252gradle clean assembleRelease
53+ # gradle uploadArchives
5354
5455# ##################
5556# DEPLOY TO MAVEN #
You can’t perform that action at this time.
0 commit comments