This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
xmlns:tools=" http://schemas.android.com/tools"
4
4
package=" de.langerhans.wallet"
5
5
android:installLocation=" internalOnly"
6
- android:versionCode=" 202 "
7
- android:versionName=" 2.02 " >
6
+ android:versionCode=" 203 "
7
+ android:versionName=" 2.03 " >
8
8
9
9
<uses-sdk
10
10
android:minSdkVersion=" 15"
Original file line number Diff line number Diff line change 6
6
7
7
<artifactId >wallet</artifactId >
8
8
<packaging >apk</packaging >
9
- <version >2.02 </version >
9
+ <version >2.03 </version >
10
10
<name >Dogecoin Wallet</name >
11
11
12
12
<parent >
Original file line number Diff line number Diff line change 117
117
android:layout_marginRight=" 8dp"
118
118
android:layout_weight=" 1" />
119
119
120
- <de .schildbach .wallet.ui.CurrencyTextView
120
+ <de .langerhans .wallet.ui.CurrencyTextView
121
121
android:id=" @+id/transaction_row_fiat"
122
122
android:layout_width=" wrap_content"
123
123
android:layout_height=" wrap_content"
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public final static class Files
111
111
public static final String DEFAULT_EXCHANGE_CURRENCY = "USD" ;
112
112
113
113
/** Donation address for tip/donate action. */
114
- public static final String DONATION_ADDRESS = "DHRPHr7JweEwzSP2b239vZh1LQwe7kggSq " ;
114
+ public static final String DONATION_ADDRESS = "D6LjFuMccBfg4QdH3NhyJuzW9gxS6SAuxz " ;
115
115
116
116
/** Recipient e-mail address for reports. */
117
117
public static final String REPORT_EMAIL =
"[email protected] " ;
You can’t perform that action at this time.
0 commit comments