mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-07 14:46:41 +00:00
Version 0.0.12
This commit is contained in:
parent
4f2c8cde7b
commit
f627d340ef
2 changed files with 19 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.habitrpg.android.habitica"
|
||||
android:versionCode="11"
|
||||
android:versionName="0.0.11"
|
||||
android:versionCode="12"
|
||||
android:versionName="0.0.12"
|
||||
android:screenOrientation="portrait" >
|
||||
|
||||
<uses-sdk
|
||||
|
|
|
|||
|
|
@ -1,4 +1,21 @@
|
|||
[
|
||||
{
|
||||
"name": "Version 0.0.12",
|
||||
"items":[
|
||||
{
|
||||
"type": "F",
|
||||
"title": "Delete local-tasks if those were deleted online"
|
||||
},
|
||||
{
|
||||
"type": "F",
|
||||
"title": "add setting for daily reminder"
|
||||
},
|
||||
{
|
||||
"type": "B",
|
||||
"title": "A LOT fixes"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Version 0.0.11",
|
||||
"items":[
|
||||
|
|
|
|||
Loading…
Reference in a new issue