Skip to content

Commit 26a7e2b

Browse files
committed
add remote script to create Android library (aar). See https://github.com/blundell/release-android-library
1 parent 82f84ef commit 26a7e2b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

install-dependencies.sh

100644100755
File mode changed.

library/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
apply plugin: 'com.android.library'
22

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+
39
android {
410
compileSdkVersion 21
511
buildToolsVersion "21.1.2"
@@ -25,3 +31,5 @@ dependencies {
2531

2632
provided 'com.google.code.findbugs:jsr305:3.0.0'
2733
}
34+
35+
apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'

0 commit comments

Comments
 (0)