diff --git a/build.gradle b/build.gradle index 30d4b3d7..d483794a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ ext { - appVersion = "3.0.18" + appVersion = "3.0.19" androidSupportVersion = '25.1.0' playServicesVersion = '7.8.0' daggerVersion = '2.0' @@ -102,7 +102,7 @@ android { applicationId "io.jawg.osmcontributor" minSdkVersion 16 targetSdkVersion 25 - versionCode 36 + versionCode 37 versionName appVersion multiDexEnabled true vectorDrawables.useSupportLibrary = true diff --git a/src/main/java/io/jawg/osmcontributor/database/helper/OsmSqliteOpenHelper.java b/src/main/java/io/jawg/osmcontributor/database/helper/OsmSqliteOpenHelper.java index ede45d4b..1ce0df16 100644 --- a/src/main/java/io/jawg/osmcontributor/database/helper/OsmSqliteOpenHelper.java +++ b/src/main/java/io/jawg/osmcontributor/database/helper/OsmSqliteOpenHelper.java @@ -102,7 +102,7 @@ public void onUpgrade(SQLiteDatabase database, ConnectionSource connectionSource } /** - * Execute a script in a SQLiteDatabase. + * Execute a script in a SQLiteDatabase.F * * @param context Context of the application. * @param connectionSource ConnectionSource.