bump version

This commit is contained in:
B. Petersen
2018-06-20 23:43:09 +02:00
parent d57afb5401
commit c5701745eb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -124,7 +124,7 @@ android {
targetSdkVersion 25 // 25: Nougat. CAVE: Do NOT target "Andoid O" without checking the background tasks carefully, see https://developer.android.com/preview/behavior-changes.html#back-all . As long as we target "Nougat", everything works as expected even for "Andoid O" or later
// in general, we should not change the target without reason; eg. after the switch to Nougat, the camera stops working (see https://inthecheesefactory.com/blog/how-to-share-access-to-file-with-fileprovider-on-android-nougat/en )
versionName "0.18.0dev5" // do NOT forget to increase defaultConfig.versionCode!
versionCode 527
versionName "0.18.0dev7" // do NOT forget to increase defaultConfig.versionCode!
versionCode 529
}
}
@@ -73,7 +73,7 @@ public class ForegroundDetector implements Application.ActivityLifecycleCallback
}
}
applicationContext.startService(new Intent(applicationContext, KeepAliveService.class));
applicationContext.stopService(new Intent(applicationContext, KeepAliveService.class));
//ApplicationLoader.imapForeground = true;
ApplicationLoader.startThreads(); // we call this without checking getPermanentPush() to have a simple guarantee that push is always active when the app is in foregroud (startIdleThread makes sure the thread is not started twice)