Skip to content

Commit

Permalink
build.gradle files unified
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Apr 19, 2017
1 parent b5b2494 commit dc7a8ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle

This file was deleted.

10 changes: 10 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
buildscript {
repositories {
jcenter()
}
}

plugins {
id 'com.gradle.plugin-publish' version '0.9.7'
id 'org.jetbrains.kotlin.jvm' version '1.1.1'
Expand All @@ -6,6 +12,10 @@ plugins {
id 'java-gradle-plugin'
}

repositories {
jcenter()
}

dependencies {
compileOnly gradleApi()
compile 'com.android.tools.build:gradle:2.3.1'
Expand Down

0 comments on commit dc7a8ab

Please sign in to comment.