Skip to content

Commit

Permalink
Removed tools:replace android:label
Browse files Browse the repository at this point in the history
Version 0.3.15
  • Loading branch information
ksedgwic committed Sep 28, 2014
1 parent 1e35b85 commit 256dfd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ About Wallet32

Wallet32

Version: 0.3.14 (28-Sep-2014)
Version: 0.3.15 (28-Sep-2014)

Source: https://github.com/ksedgwic/Wallet32

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 9
targetSdkVersion 16
versionCode 42
versionName "0.3.14"
versionName "0.3.15"
}
buildTypes {
release {
Expand Down
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.bonsai.wallet32"
android:versionCode="42"
android:versionName="0.3.14" >
android:versionName="0.3.15" >

<uses-sdk
android:minSdkVersion="9"
Expand All @@ -29,7 +28,6 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.AppCompat.Light"
tools:replace="android:label"
>
<service
android:name="com.bonsai.wallet32.WalletService"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ This transaction is really large; it will take a while to process.\n
<string name="about_contents">
Wallet32\n
\n
Version: 0.3.14 (28-Sep-2014)\n
Version: 0.3.15 (28-Sep-2014)\n
\n
Source: <a href="https://github.com/ksedgwic/Wallet32">https://github.com/ksedgwic/Wallet32</a>\n
\n
Expand Down

0 comments on commit 256dfd1

Please sign in to comment.