Skip to content

Commit

Permalink
Some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
langerhans committed Oct 14, 2015
1 parent 29fa641 commit 8401f52
Show file tree
Hide file tree
Showing 5 changed files with 1,586 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sample-integration-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<androidManifestFile>AndroidManifest.xml</androidManifestFile>
<resourceDirectory>res</resourceDirectory>
<sdk>
<platform>10</platform>
<platform>22</platform>
</sdk>
</configuration>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.langerhans.wallet"
android:installLocation="internalOnly"
android:versionCode="201"
android:versionName="2.00" >
android:versionCode="202"
android:versionName="2.02" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
Loading

0 comments on commit 8401f52

Please sign in to comment.