From 0273de6bc5ca9170fc493ae695ef72cb203424e8 Mon Sep 17 00:00:00 2001 From: shen Date: Thu, 16 Jan 2020 15:52:52 +0800 Subject: [PATCH] release version 0.1.2 --- build.gradle | 1 + dessert_task/build.gradle | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 51f6f01..4013c7e 100644 --- a/build.gradle +++ b/build.gradle @@ -25,3 +25,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir } + diff --git a/dessert_task/build.gradle b/dessert_task/build.gradle index 2611675..74a0f71 100644 --- a/dessert_task/build.gradle +++ b/dessert_task/build.gradle @@ -2,7 +2,6 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' - android { compileSdkVersion 29 buildToolsVersion "29.0.2" @@ -36,4 +35,14 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' +} + +apply from: 'https://raw.githubusercontent.com/sky-uk/gradle-maven-plugin/master/gradle-mavenizer.gradle' + +project.ext { + mavDevelopers = ["ZuiRen" : "Shen"] + mavSiteUrl = "https://github.com/flalaorg/DessertTask" + mavGitUrl = mavSiteUrl + ".git" + mavProjectName = "DessertTask" + mavLibraryDescription = "easy start task in application in different threads" } \ No newline at end of file