Skip to content

Commit

Permalink
Merge pull request #139 from idyatlov/master
Browse files Browse the repository at this point in the history
Restored publishing for mvicore-android and mvicore-debugdrawer
  • Loading branch information
idyatlov authored Nov 17, 2020
2 parents ae90b07 + bf4561b commit 33db474
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.4.0"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 2 additions & 0 deletions mvicore-android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.badoo.mvicore'

Expand Down Expand Up @@ -74,3 +75,4 @@ task packageSources(type: Jar, dependsOn: 'classes') {
artifacts {
archives packageSources
}

1 change: 1 addition & 0 deletions mvicore-debugdrawer/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.badoo.mvicore'

Expand Down

0 comments on commit 33db474

Please sign in to comment.