Enable sync

This commit is contained in:
Koitharu
2023-04-01 17:46:43 +03:00
parent 04533aa347
commit 2e56fcb5da
3 changed files with 3 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 33
versionCode 531
versionName '5.0-a2'
versionCode 532
versionName '5.0-a3'
generatedDensities = []
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<bool name="leak_canary_add_launcher_icon" tools:node="replace">false</bool>
<bool name="is_sync_enabled">true</bool>
</resources>

View File

@@ -5,5 +5,5 @@
<bool name="light_navigation_bar">false</bool>
<bool name="com_samsung_android_icon_container_has_icon_container">true</bool>
<bool name="is_color_themes_available">false</bool>
<bool name="is_sync_enabled">false</bool>
<bool name="is_sync_enabled">true</bool>
</resources>