Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit ca103cb

Browse files
committed
1.support arm64-v8a
2.change default pool
1 parent 79e9b0d commit ca103cb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
}
2020
}
2121
ndk {
22-
abiFilters "armeabi-v7a"
22+
abiFilters "armeabi-v7a","arm64-v8a"
2323
}
2424
}
2525
signingConfigs {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
</activity>
3737
<activity
3838
android:name=".MainActivity"
39+
android:exported="false"
3940
android:launchMode="singleTask"
4041
android:windowSoftInputMode="adjustPan"/>
4142
<activity android:name=".activity.WalletActivity"/>

app/src/main/java/io/xdag/xdagwallet/model/PoolListModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private PoolListModel() {
4141
public void init() {
4242
poolList.clear();
4343
// xdagmine.com:13654
44-
poolList.add(new PoolModel("xdagmine.com:13654"));
44+
poolList.add(new PoolModel("116.202.3.220:13655"));
4545
}
4646

4747

0 commit comments

Comments
 (0)