Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Bumping to version 1.4.0 for alpha distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Apr 6, 2015
1 parent 67d3548 commit 2b4a751
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="133" android:versionName="1.3.1" package="org.iilab.pb">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="134" android:versionName="1.4.0" package="org.iilab.pb">
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="18"/>

<uses-permission android:name="android.permission.READ_CONTACTS"/>
Expand All @@ -18,7 +18,7 @@
<uses-permission android:name="android.permission.GET_TASKS"/>
<uses-permission android:name="android.permission.READ_LOGS"/>

<application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/icon_calculator" android:label="@string/app_name" android:name=".common.ApplicationSettings" android:theme="@android:style/Theme.Light.NoTitleBar">
<application android:allowBackup="true" android:icon="@drawable/icon_calculator" android:label="@string/app_name" android:name=".common.ApplicationSettings" android:theme="@android:style/Theme.Light.NoTitleBar">

<activity android:excludeFromRecents="true" android:label="@string/app_name_setup" android:name=".HomeActivity" android:noHistory="true" android:screenOrientation="portrait">
<intent-filter>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.iilab.pb</groupId>
<artifactId>panic-button</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>
<packaging>apk</packaging>
<name>Panic Button</name>

Expand Down

0 comments on commit 2b4a751

Please sign in to comment.