We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f5ae5 commit 67e7c03Copy full SHA for 67e7c03
wallet/AndroidManifest.xml
@@ -3,8 +3,8 @@
3
xmlns:tools="http://schemas.android.com/tools"
4
package="de.schildbach.wallet_test"
5
android:installLocation="internalOnly"
6
- android:versionCode="157"
7
- android:versionName="3.36-test" >
+ android:versionCode="158"
+ android:versionName="3.37-test" >
8
9
<uses-sdk
10
android:minSdkVersion="10"
wallet/CHANGES
@@ -1,3 +1,7 @@
1
+v3.37
2
+
+* New translation into Japanese.
v3.36
* Small bugfix.
wallet/pom.xml
@@ -6,7 +6,7 @@
<artifactId>wallet</artifactId>
<packaging>apk</packaging>
- <version>3.36-test</version>
+ <version>3.37-test</version>
<name>Bitcoin Wallet</name>
11
12
<parent>
0 commit comments