Skip to content

Commit

Permalink
Add JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinMoskala committed Aug 10, 2017
1 parent fde6401 commit ead99d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 69 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Expand Up @@ -7,11 +7,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-alpha9'
classpath 'com.android.tools.build:gradle:3.0.0-beta1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

Expand Down
30 changes: 8 additions & 22 deletions lib/build.gradle
@@ -1,35 +1,21 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 26
buildToolsVersion "26.0.0"
group = 'com.github.marcinmoskala'
version = '0.01'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"

defaultConfig {
minSdkVersion 16
targetSdkVersion 26
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
minSdkVersion 9
targetSdkVersion 25
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:26.0.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.0'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.0'
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
}
repositories {
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit ead99d1

Please sign in to comment.