Skip to content

Commit

Permalink
Modify the gardle path & remove multiDexEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
DA-XIA committed Apr 11, 2017
1 parent 7c6d63d commit 48c118d
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 989 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ android {
applicationId "com.kiminonawa.mydiary"
minSdkVersion 17
targetSdkVersion 25
multiDexEnabled true

// versionName rule
// version.yyMMDD_BuildCount_OPTION ,
Expand All @@ -25,9 +24,6 @@ android {
}

dependencies {
//65K issue
compile 'com.android.support:multidex:1.0.1'


//Compile jar
compile fileTree(include: ['*.jar'], dir: 'libs')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package com.kiminonawa.mydiary.shared;

import android.app.Application;
import android.content.Context;
import android.content.res.Configuration;
import android.support.multidex.MultiDex;
import android.support.v7.app.AppCompatDelegate;

import com.facebook.drawee.backends.pipeline.Fresco;
Expand Down Expand Up @@ -107,10 +105,4 @@ public void setHasPassword(boolean hasPassword) {
this.hasPassword = hasPassword;
}

@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
//65K issue
MultiDex.install(this);
}
}
1 change: 0 additions & 1 deletion lib_module/freso/drawee-pipeline/.gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions lib_module/freso/drawee-pipeline/build.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions lib_module/freso/drawee-pipeline/gradle.properties

This file was deleted.

11 changes: 0 additions & 11 deletions lib_module/freso/drawee-pipeline/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 48c118d

Please sign in to comment.