Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Publish to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Hill committed Dec 17, 2016
1 parent 86902b2 commit 1284d99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ gen/
# Gradle files
.gradle/
build/
.gradle/

# Local configuration file (sdk path, etc)
local.properties
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'


android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'


// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -17,6 +19,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
}
}

Expand Down
6 changes: 3 additions & 3 deletions stencil/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

apply plugin: 'com.github.dcendents.android-maven'
group = "com.github.thoughtbot"

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
Expand Down Expand Up @@ -34,6 +37,3 @@ dependencies {
//testing
testCompile 'junit:junit:4.12'
}
repositories {
mavenCentral()
}

0 comments on commit 1284d99

Please sign in to comment.