Skip to content

Commit

Permalink
release F-droid only for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Apr 5, 2015
1 parent 08152e1 commit 3641cd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions myExpenses/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.totschnig.myexpenses"
android:installLocation="internalOnly"
android:versionCode="197"
android:versionName="2.4.3.1" >
android:versionCode="198"
android:versionName="2.4.3.2" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 2 additions & 0 deletions myExpenses/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
<item>up</item>
</string-array>
<integer-array name="version_codes">
<item>198</item>
<item>197</item>
<item>196</item>
<item>195</item>
Expand Down Expand Up @@ -266,6 +267,7 @@
<item>93</item>
</integer-array>
<string-array name="version_names">
<item>2.4.3.2</item>
<item>2.4.3.1</item>
<item>2.4.3</item>
<item>2.4.2</item>
Expand Down
3 changes: 3 additions & 0 deletions myExpenses/src/main/res/values/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<!ENTITY app_name "My Expenses">
]>
<resources>
<string-array name="whats_new_2432">
<item>Handle external storage not available for pictures</item>
</string-array>
<string-array name="whats_new_2431">
<item>@string/bug_fixes</item>
</string-array>
Expand Down

0 comments on commit 3641cd9

Please sign in to comment.