Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jun 3, 2014
1 parent b91ad86 commit 8e1e162
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
package="hashengineering.darkcoin.wallet"
android:installLocation="internalOnly"

android:versionCode="10010"
android:versionName="0.1.0" >
android:versionCode="10011"
android:versionName="0.1.1" >


<uses-sdk
Expand Down
4 changes: 4 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Darkcoin Wallet
v0.1.1
* updated all icons for Darkcoin

v0.1.0
* First version
digitalcoin Wallet
-----------------
v0.1.5-beta
Expand Down
2 changes: 1 addition & 1 deletion wallet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>wallet</artifactId>
<packaging>apk</packaging>

<version>0.1.5</version>
<version>0.1.1</version>
<name>Darkcoin Wallet</name>


Expand Down
5 changes: 1 addition & 4 deletions wallet/wallet.iml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<orderEntry type="library" scope="PROVIDED" name="Maven: org.json:json:20080701" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.android:annotations:4.1.1.4" level="project" />
<orderEntry type="library" name="Maven: com.google.android:support-v4:r7" level="project" />
<orderEntry type="library" name="Maven: com.google:darkcoincoinj:0.12-SNAPSHOT" level="project" />
<orderEntry type="module" module-name="integration-android" />
<orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:2.5.0" level="project" />
<orderEntry type="library" name="Maven: com.google.zxing:core:3.0.1" level="project" />
Expand All @@ -50,10 +51,6 @@
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="module" module-name="~apklib-com.actionbarsherlock_library_4.1.0" />
<orderEntry type="module" module-name="darkcoinj" />
<orderEntry type="library" name="Maven: com.madgag:sc-light-jdk15on:1.47.0.2" level="project" />
<orderEntry type="library" name="Maven: com.google.guava:guava:13.0.1" level="project" />
<orderEntry type="library" name="Maven: com.lambdaworks:scrypt:1.3.3" level="project" />
</component>
</module>

0 comments on commit 8e1e162

Please sign in to comment.