mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
bump version
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user