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

Commit a16432b

Browse files
committed
Merge pull request #40 from novoda/applying_the_new_release_plugin
Applying the new release plugin
2 parents a115ea8 + b270e17 commit a16432b

2 files changed

Lines changed: 10 additions & 16 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+
}

team-props/publish.gradle

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)