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 {
8
8
minSdkVersion 10
9
9
targetSdkVersion 22
10
10
versionCode 1
11
- versionName " 0.0.5 "
11
+ versionName " 0.1.0 "
12
12
}
13
13
buildTypes {
14
14
release {
@@ -35,61 +35,7 @@ android {
35
35
36
36
apply plugin : ' maven'
37
37
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:[email protected] :firebase/FirebaseUI-Android.git'
85
- developerConnection
' scm:git:[email protected] :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"
93
39
group = " com.firebase"
94
40
95
41
configurations {
Original file line number Diff line number Diff line change 50
50
51
51
# gradle clean assembleRelease generateReleaseJavadoc
52
52
gradle clean assembleRelease
53
+ # gradle uploadArchives
53
54
54
55
# ##################
55
56
# DEPLOY TO MAVEN #
You can’t perform that action at this time.
0 commit comments