Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Project: Bump to 2.1 (27)
Browse files Browse the repository at this point in the history
Signed-off-by: Fung Go <[email protected]>
  • Loading branch information
fython committed Jul 20, 2016
1 parent 876a26a commit 028b440
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "info.papdt.express.helper"
minSdkVersion 19
targetSdkVersion 24
versionCode 26
versionName "2.0"
versionCode 27
versionName "2.1"
resConfigs "en", "zh_cn", "zh_tw"
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions mobile/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
-keep class info.papdt.express.helper.dao.** {*;}
-keep class info.papdt.express.helper.asynctask.** {*;}
-keep class info.papdt.express.helper.api.** {*;}
-keep class info.papdt.express.helper.receiver.** {*;}
-keep class info.papdt.express.helper.services.** {*;}
-keep class android.support.** {*;}
-keep class me.dm7.** {*;}
-keep class com.roughlike.** {*;}
Expand Down
1 change: 1 addition & 0 deletions mobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@

<activity android:name=".ui.shortcut.ScannerShortcutCreator"
android:label="@string/activity_scanner"
android:icon="@mipmap/ic_scanner_launcher"
android:theme="@style/EmptyActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand Down

0 comments on commit 028b440

Please sign in to comment.