File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" com.habitrpg.android.habitica"
4- android : versionCode =" 9 "
5- android : versionName =" 0.0.9 "
4+ android : versionCode =" 10 "
5+ android : versionName =" 0.0.10 "
66 android : screenOrientation =" portrait" >
77
88 <uses-sdk
Original file line number Diff line number Diff line change 11[
2+ {
3+ "name" : " Version 0.0.10" ,
4+ "items" :[
5+ {
6+ "type" : " F" ,
7+ "title" : " Moved from activities to fragments (header scrolls up on each :))"
8+ },
9+ {
10+ "type" : " I" ,
11+ "title" : " better feedback on user login"
12+ },
13+ {
14+ "type" : " B" ,
15+ "title" : " fix crash when saving dailies"
16+ }
17+ ]
18+ },
219 {
320 "name" : " Version 0.0.9" ,
421 "items" :[
You can’t perform that action at this time.
0 commit comments