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

Commit 169e5d0

Browse files
committed
Merge pull request #41 from novoda/latest_release_plugin
Uses the latest release plugin
2 parents 35c99b7 + e1ebdbe commit 169e5d0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

core/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
apply plugin: 'com.android.library'
2+
apply plugin: 'bintray-release'
3+
14
buildscript {
25
repositories {
36
jcenter()
47
}
58
dependencies {
69
classpath 'com.android.tools.build:gradle:0.13.2'
7-
classpath 'com.novoda:android-bintray-release:0.2.3'
10+
classpath 'com.novoda:bintray-release:0.2.4'
811
}
912
}
1013

11-
apply plugin: 'com.android.library'
12-
apply plugin: 'android-bintray-release'
13-
1414
android {
1515
compileSdkVersion 20
1616
buildToolsVersion "20.0.0"
@@ -28,4 +28,4 @@ publish {
2828
version = '1.0.5-SNAPSHOT'
2929
description = 'Extended SQLite functionality for Android'
3030
website = 'https://github.com/novoda/SQLiteProvider'
31-
}
31+
}

0 commit comments

Comments
 (0)