Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yydcdut committed Jan 5, 2017
1 parent 0534040 commit d1fe299
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'me.tatarka.retrolambda'
apply plugin: 'com.neenbedankt.android-apt'
apply plugin: 'com.frogermcs.androiddevmetrics'
//apply plugin: 'com.frogermcs.androiddevmetrics'
apply from: '../gradle/dex.gradle'

android {
Expand Down Expand Up @@ -166,7 +166,7 @@ dependencies {
compile "com.android.support:design:${rootProject.ext.supportVersion}"
compile "com.jakewharton:butterknife:7.0.1"
compile "com.evernote:android-sdk:2.0.0-RC3"
compile "com.yydcdut.sdlv:sdlv:0.5.4"
compile "com.yydcdut.sdlv:sdlv:0.5.5"
compile 'com.yydcdut:rxmarkdown:0.0.7'
compile "com.google.dagger:dagger:${dagger2Version}"
apt "com.google.dagger:dagger-compiler:${dagger2Version}"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/java/com/yydcdut/note/NoteApplication.java
Expand Up @@ -8,7 +8,6 @@
import android.os.Build;
import android.os.Environment;

import com.frogermcs.androiddevmetrics.AndroidDevMetrics;
import com.squareup.leakcanary.LeakCanary;
import com.umeng.analytics.MobclickAgent;
import com.yydcdut.note.injector.component.ApplicationComponent;
Expand Down Expand Up @@ -52,7 +51,7 @@ public void onCreate() {
if (BuildConfig.LOG_DEBUG) {
LeakCanary.install(this);
// BlockCanary.install(this, new NoteBlockCanaryContext(this)).start();
AndroidDevMetrics.initWith(this);
// AndroidDevMetrics.initWith(this);
}

initComponent();
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -10,7 +10,7 @@ buildscript {
// classpath 'com.android.tools.build:gradle:1.3.0' //default
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
classpath 'me.tatarka:gradle-retrolambda:3.2.0'
classpath 'com.frogermcs.androiddevmetrics:androiddevmetrics-plugin:0.4'
// classpath 'com.frogermcs.androiddevmetrics:androiddevmetrics-plugin:0.4'
}
}

Expand Down

0 comments on commit d1fe299

Please sign in to comment.