Skip to content

Commit

Permalink
Connect repository to Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
APetjko committed May 20, 2020
1 parent 0a23def commit 608e70a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ buildscript {
repositories {
google()
jcenter()

maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"
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 chilitextanimation/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.ChiliLabs'

android {
compileSdkVersion versions.sdk.compile
Expand Down

0 comments on commit 608e70a

Please sign in to comment.