Skip to content

Commit

Permalink
release version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuiRenA committed Jan 16, 2020
1 parent de661c5 commit 0273de6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}

11 changes: 10 additions & 1 deletion dessert_task/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}

0 comments on commit 0273de6

Please sign in to comment.