Skip to content

Commit

Permalink
new version 0.9.1, fix for volkszaehler#22 and volkszaehler#21
Browse files Browse the repository at this point in the history
  • Loading branch information
SirkoVZ committed Feb 1, 2017
1 parent b9795e2 commit 6b1e87d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.volkszaehler.volkszaehlerapp"
android:versionCode="90"
android:versionName="0.9.0" >
android:versionCode="91"
android:versionName="0.9.1" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand All @@ -11,9 +11,9 @@
<application
android:allowBackup="false"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
android:label="@string/app_name"
android:theme="@style/AppTheme" >

<!-- android:theme="@style/AppTheme" -->

<activity
android:name=".MainActivity"
Expand Down Expand Up @@ -41,7 +41,7 @@
<activity
android:name=".DateTimeSelector"
android:label="@string/SelectDateAndTime"
android:theme="@android:style/Theme.Dialog"
android:theme="@android:style/Theme.Holo.Dialog"
android:noHistory="true">
</activity>
</application>
Expand Down

0 comments on commit 6b1e87d

Please sign in to comment.