Skip to content

Commit

Permalink
Remove support-v4 duplicate in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Aug 23, 2015
1 parent 651f6a2 commit 02618f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion muninforAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ dependencies {
transitive = true;
}
debugCompile 'im.dino:dbinspector:3.1.0@aar'
compile 'com.android.support:support-v4:23.0.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class MuninFoo {

private String userAgent;

public static final double VERSION = 6.6;
public static final double VERSION = 6.7;
private static final boolean FORCE_NOT_PREMIUM = false;

// Allows an user to test the app until the TRIAL_EXPIRATION date is reached
Expand Down

0 comments on commit 02618f5

Please sign in to comment.