@@ -8,13 +8,13 @@ android {
8
8
minSdkVersion 10
9
9
targetSdkVersion 22
10
10
versionCode 1
11
- versionName " 0.1 .0"
11
+ versionName " 0.2 .0"
12
12
}
13
13
buildTypes {
14
14
release {
15
15
minifyEnabled false
16
16
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
17
- }
17
+ }
18
18
}
19
19
packagingOptions {
20
20
exclude ' META-INF/LICENSE'
@@ -38,67 +38,6 @@ android.libraryVariants.all { variant ->
38
38
from tasks[" generate${ variant.name.capitalize()} Javadoc" ]
39
39
}
40
40
}
41
- // apply plugin: 'maven'
42
- // apply plugin: 'signing'
43
- //
44
- // version = "0.1.0"
45
- // group = "com.firebase"
46
- //
47
- // configurations {
48
- // archives {
49
- // extendsFrom configurations.default
50
- // }
51
- // }
52
- //
53
- // signing {
54
- // required { has("release") && gradle.taskGraph.hasTask("uploadArchives") }
55
- // sign configurations.archives
56
- // }
57
- //
58
- // uploadArchives {
59
- // configuration = configurations.archives
60
- // repositories.mavenDeployer {
61
- // beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
62
- //
63
- // repository(url: sonatypeRepo) {
64
- // authentication(userName: sonatypeUsername,
65
- // password: sonatypePassword)
66
- // }
67
- //
68
- // pom.project {
69
- // name 'FirebaseUI'
70
- // packaging 'aar'
71
- // description 'FirebaseUI library for Android applications'
72
- // url 'https://github.com/firebase/FirebaseUI-Android'
73
- //
74
- // scm {
75
- // url 'scm:[email protected] /firebase/FirebaseUI-Android'
76
- // connection 'scm:git:[email protected] :firebase/FirebaseUI-Android.git'
77
- // developerConnection 'scm:git:[email protected] :firebase/FirebaseUI-Android.git'
78
- // }
79
- //
80
- // organization {
81
- // name 'Firebase'
82
- // url 'https://www.firebase.com/'
83
- // }
84
- //
85
- // licenses {
86
- // license {
87
- // name 'MIT'
88
- // url 'http://firebase.mit-license.org'
89
- // }
90
- // }
91
- //
92
- // developers {
93
- // developer {
94
- // id 'puf'
95
- // name 'Frank van Puffelen'
96
-
97
- // }
98
- // }
99
- // }
100
- // }
101
- // }
102
41
103
42
dependencies {
104
43
compile fileTree(dir : ' libs' , include : [' *.jar' ])
0 commit comments