|
@@ -1,5 +1,5 @@
|
|
|
apply plugin: 'com.android.library'
|
|
|
-apply plugin: 'android-bintray-release'
|
|
|
+apply plugin: 'bintray-release'
|
|
|
|
|
|
android {
|
|
|
compileSdkVersion 21
|
|
@@ -25,8 +25,8 @@ android {
|
|
|
|
|
|
dependencies {
|
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
- compile 'com.android.support:appcompat-v7:21.0.2'
|
|
|
- compile 'com.android.support:support-annotations:21.0.2'
|
|
|
+ compile 'com.android.support:appcompat-v7:21.+'
|
|
|
+ compile 'com.android.support:support-annotations:21.+'
|
|
|
}
|
|
|
|
|
|
publish {
|