Skip to content

Commit

Permalink
Fixed multidex bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarnagiris committed Nov 25, 2014
1 parent aad7a91 commit 998daea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions financius/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ dependencies {
compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'com.android.support:cardview-v7:21.0.0'
compile 'com.android.support:appcompat-v7:21.0.2'
compile 'com.android.support:multidex:1.0.0'
compile 'com.google.android.gms:play-services:6.1.71'
compile 'com.github.castorflex.smoothprogressbar:library:1.0.0'
compile 'com.github.castorflex.smoothprogressbar:library-circular:1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions financius/src/main/java/com/code44/finance/App.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package com.code44.finance;

import android.app.Application;
import android.content.Context;
import android.support.multidex.MultiDexApplication;

import net.danlew.android.joda.JodaTimeAndroid;

import dagger.ObjectGraph;
import hugo.weaving.DebugLog;

public class App extends Application {
public class App extends MultiDexApplication {
private ObjectGraph objectGraph;

public static App with(Context context) {
Expand Down

0 comments on commit 998daea

Please sign in to comment.