Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Add configuration for Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Feb 28, 2016
1 parent 9fbd6ca commit de41785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.0'
}
}
Expand Down
5 changes: 4 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'kotlin-android'

group='com.github.MGaetan89'

android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
Expand All @@ -10,7 +13,7 @@ android {
minSdkVersion 9
targetSdkVersion 23
versionCode 1
versionName '1.0'
versionName '0.1'
}

buildTypes {
Expand Down

0 comments on commit de41785

Please sign in to comment.