Skip to content

Commit

Permalink
update db version
Browse files Browse the repository at this point in the history
Signed-off-by: Saul Henriquez <[email protected]>
  • Loading branch information
saulhdev committed Sep 19, 2020
1 parent d325c06 commit fa03e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ String FRAMEWORK_PREBUILTS_DIR = "prebuilts"

apply plugin: 'com.android.application'
apply plugin: 'com.google.protobuf'

apply plugin: 'com.google.gms.google-services'

apply plugin: 'com.google.firebase.crashlytics'

if (enable_plugin_kotlin) {
Expand All @@ -82,7 +80,7 @@ android {
buildToolsVersion "30.0.2"

def name = "0.4.0"
def code = 30
def code = 31

defaultConfig {
minSdkVersion 25
Expand Down
2 changes: 1 addition & 1 deletion src/com/android/launcher3/LauncherProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class LauncherProvider extends ContentProvider {
* Represents the schema of the database. Changes in scheme need not be backwards compatible.
* When increasing the scheme version, ensure that downgrade_schema.json is updated
*/
public static final int SCHEMA_VERSION = 28;
public static final int SCHEMA_VERSION = 32;

public static final String AUTHORITY = BuildConfig.APPLICATION_ID + ".settings";

Expand Down

0 comments on commit fa03e20

Please sign in to comment.