Skip to content

Commit

Permalink
Configurando library pra distribuição via jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofsn committed Jun 19, 2018
1 parent 1f82171 commit 422eb1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ buildscript {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
3 changes: 3 additions & 0 deletions revealpassword/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.pedrofsn'

android {
compileSdkVersion 28
Expand Down

0 comments on commit 422eb1e

Please sign in to comment.