Skip to content

Commit

Permalink
F-Droid release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Dec 8, 2014
1 parent 0ce68ad commit cc8778e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
a copy of the GNU General Public License along with My Expenses. If not,
see <http://www.gnu.org/licenses/>. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.totschnig.myexpenses" android:versionCode="189"
android:versionName="2.3.9.4" android:installLocation="internalOnly">
package="org.totschnig.myexpenses" android:versionCode="190"
android:versionName="2.3.9.5" android:installLocation="internalOnly">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19"></uses-sdk>
<supports-screens android:smallScreens="true"
android:normalScreens="true" android:largeScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion res/values/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!ENTITY app_name "My Expenses">
]>
<resources>
<string-array name="whats_new_2394">
<string-array name="whats_new_2395">
<item>Bulgarian translation</item>
</string-array>
<string-array name="whats_new_239">
Expand Down

0 comments on commit cc8778e

Please sign in to comment.