Skip to content

Commit

Permalink
移除kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-huangjie committed Feb 25, 2019
1 parent d44eed3 commit 256792a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
// implementation 'com.github.Jay-huangjie:FunnelView:v1.1'
implementation project(path: ':funnellib')
}
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.0-rc-146'
repositories {
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
google()
jcenter()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
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
Expand All @@ -19,9 +16,9 @@ buildscript {

allprojects {
repositories {
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

Expand Down

0 comments on commit 256792a

Please sign in to comment.