Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit fbd0615

Browse files
author
Adam Brown
committed
adding the new release plugin and its closure
1 parent a115ea8 commit fbd0615

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

core/build.gradle

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ buildscript {
44
}
55
dependencies {
66
classpath 'com.android.tools.build:gradle:0.13.2'
7-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:0.6'
7+
classpath 'com.novoda:android-bintray-release:0.2.3'
88
}
99
}
1010

1111
apply plugin: 'com.android.library'
12+
apply plugin: 'android-bintray-release'
1213

1314
android {
1415
compileSdkVersion 20
@@ -20,4 +21,11 @@ android {
2021
}
2122
}
2223

23-
apply from: '../team-props/publish.gradle'
24+
publish {
25+
userOrg = 'novoda'
26+
groupId = 'com.novoda'
27+
artifactId = 'sqliteprovider-core'
28+
version = '1.0.4-SNAPSHOT'
29+
description = 'Extended SQLite functionality for Android'
30+
website = 'https://github.com/novoda/SQLiteProvider'
31+
}

0 commit comments

Comments
 (0)