We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2c8cd commit f627d34Copy full SHA for f627d34
Habitica/AndroidManifest.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.habitrpg.android.habitica"
4
- android:versionCode="11"
5
- android:versionName="0.0.11"
+ android:versionCode="12"
+ android:versionName="0.0.12"
6
android:screenOrientation="portrait" >
7
8
<uses-sdk
Habitica/assets/paperboy/changelog.json
@@ -1,4 +1,21 @@
[
+ {
+ "name": "Version 0.0.12",
+ "items":[
+ "type": "F",
+ "title": "Delete local-tasks if those were deleted online"
+ },
9
10
11
+ "title": "add setting for daily reminder"
12
13
14
+ "type": "B",
15
+ "title": "A LOT fixes"
16
+ }
17
+ ]
18
19
{
20
"name": "Version 0.0.11",
21
"items":[
0 commit comments