Skip to content

Commit c2e106f

Browse files
committed
bump version to 3.3.5
1 parent 2af85cf commit c2e106f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android {
55
defaultConfig {
66
minSdkVersion 21
77
targetSdkVersion 30
8-
versionCode 334
9-
versionName "3.3.4"
8+
versionCode 335
9+
versionName "3.3.5"
1010
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1111
resConfigs "en"
1212
}

app/src/main/java/app/trigger/Settings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ private static void upgradeDB() {
257257
db_version = new_version;
258258
}
259259

260-
if (Arrays.asList("3.3.0", "3.3.1", "3.3.2", "3.3.3").contains(db_version)) {
261-
String new_version = "3.3.4";
260+
if (Arrays.asList("3.3.0", "3.3.1", "3.3.2", "3.3.3", "3.3.4").contains(db_version)) {
261+
String new_version = "3.3.5";
262262
Log.i(TAG, "Update database format from " + db_version + " to " + new_version);
263263
// nothing to change
264264
setups = new ArrayList();
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* add support for HTTP Basic Authentication
2+
* e.g. https://user:[email protected]/open_door
3+

0 commit comments

Comments
 (0)