Skip to content

Commit

Permalink
add maven to the gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lyazgin.denis committed Oct 30, 2020
1 parent 1f95005 commit 7b71aad
Show file tree
Hide file tree
Showing 2 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 @@ -47,6 +47,7 @@ buildscript {
classpath "com.github.dcendents:android-maven-gradle-plugin:$androidMavenGradlePluginVersion"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:$gradleBintrayPluginVersion"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
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
3 changes: 3 additions & 0 deletions flexbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply from: 'maven.gradle'
apply from: 'bintray.gradle'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.deneath'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down

0 comments on commit 7b71aad

Please sign in to comment.