Skip to content

Commit

Permalink
add jitpack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Barış Söbe committed Apr 1, 2020
1 parent 05c486f commit ff49dba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
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 All @@ -20,7 +21,7 @@ allprojects {
repositories {
google()
jcenter()

maven { url 'https://jitpack.io' }
}
}

Expand Down
4 changes: 4 additions & 0 deletions fastbuilderannotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ dependencies {
}
sourceCompatibility = "8"
targetCompatibility = "8"

apply plugin: 'com.github.dcendents.android-maven'

group='com.github.bsobe'
4 changes: 4 additions & 0 deletions fastbuildercompiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ dependencies {
}
sourceCompatibility = "8"
targetCompatibility = "8"

apply plugin: 'com.github.dcendents.android-maven'

group='com.github.bsobe'

0 comments on commit ff49dba

Please sign in to comment.