Skip to content

Commit

Permalink
Version for Play
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Feb 2, 2015
1 parent 98d338a commit d711152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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="com.thermatk.android.l.hsewifi"
android:versionCode="2"
android:versionName="1.1">
android:versionCode="3"
android:versionName="1.2">

<uses-sdk
android:minSdkVersion="14"
Expand All @@ -19,7 +19,7 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
<service android:name=".HSEConnect"></service>
<service android:name=".HSEConnect"/>
<activity
android:name="com.thermatk.android.l.hsewifi.OptionActivity"
android:label="@string/app_name">
Expand All @@ -33,7 +33,7 @@
android:name=".WiFiReceiver"
android:enabled="true">
<intent-filter>
<action android:name="android.net.wifi.STATE_CHANGE"></action>
<action android:name="android.net.wifi.STATE_CHANGE"/>
</intent-filter>
</receiver>
</application>
Expand Down

0 comments on commit d711152

Please sign in to comment.