Enable sync
This commit is contained in:
@@ -15,8 +15,8 @@ android {
|
|||||||
applicationId 'org.koitharu.kotatsu'
|
applicationId 'org.koitharu.kotatsu'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 531
|
versionCode 532
|
||||||
versionName '5.0-a2'
|
versionName '5.0-a3'
|
||||||
generatedDensities = []
|
generatedDensities = []
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<bool name="leak_canary_add_launcher_icon" tools:node="replace">false</bool>
|
<bool name="leak_canary_add_launcher_icon" tools:node="replace">false</bool>
|
||||||
<bool name="is_sync_enabled">true</bool>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -5,5 +5,5 @@
|
|||||||
<bool name="light_navigation_bar">false</bool>
|
<bool name="light_navigation_bar">false</bool>
|
||||||
<bool name="com_samsung_android_icon_container_has_icon_container">true</bool>
|
<bool name="com_samsung_android_icon_container_has_icon_container">true</bool>
|
||||||
<bool name="is_color_themes_available">false</bool>
|
<bool name="is_color_themes_available">false</bool>
|
||||||
<bool name="is_sync_enabled">false</bool>
|
<bool name="is_sync_enabled">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user