Skip to content

Commit

Permalink
- fixed reference conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolyall committed Feb 1, 2019
1 parent 69b75e7 commit 2d81295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
//apply plugin: 'com.orhanobut.tracklytics'
apply plugin: 'com.orhanobut.tracklytics'

buildscript {
repositories {
Expand All @@ -10,7 +10,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.20"
// classpath 'com.orhanobut.tracklytics:tracklytics-plugin:2.1.0'
classpath 'com.orhanobut.tracklytics:tracklytics-plugin:2.1.0'
}
}

Expand Down

0 comments on commit 2d81295

Please sign in to comment.