We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f84ef commit 26a7e2bCopy full SHA for 26a7e2b
install-dependencies.sh
100644
100755
library/build.gradle
@@ -1,5 +1,11 @@
1
apply plugin: 'com.android.library'
2
3
+ext {
4
+ PUBLISH_GROUP_ID = 'com.anotherdev.android.robospice'
5
+ PUBLISH_ARTIFACT_ID = 'robospice-fluent-request'
6
+ PUBLISH_VERSION = '0.0.1'
7
+}
8
+
9
android {
10
compileSdkVersion 21
11
buildToolsVersion "21.1.2"
@@ -25,3 +31,5 @@ dependencies {
25
31
26
32
provided 'com.google.code.findbugs:jsr305:3.0.0'
27
33
}
34
35
+apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
0 commit comments