Skip to content

Commit

Permalink
Updated internal database with fixed Kaladesh patch
Browse files Browse the repository at this point in the history
Updated Gradle version
  • Loading branch information
AEFeinstein committed Sep 21, 2016
1 parent 2b89237 commit 7b518e7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.0'
}
}
apply plugin: 'com.android.application'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
public class CardDbAdapter {

/* Database version. Must be incremented whenever datagz is updated */
public static final int DATABASE_VERSION = 75;
public static final int DATABASE_VERSION = 76;

/* The name of the database */
public static final String DATABASE_NAME = "data";
Expand Down
Binary file modified mobile/src/main/res/raw/datagz
Binary file not shown.

0 comments on commit 7b518e7

Please sign in to comment.