Skip to content

Commit

Permalink
[Android/Kotlin]: Use arm64-v8a arch for Android tests
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 10, 2023
1 parent 7f25688 commit 9aff416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/kmp/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.trustwallet:wallet-core-kotlin:3.3.1-dev")
implementation("com.trustwallet:wallet-core-kotlin:3.2.21")
}
}
val commonTest by getting {
Expand Down
2 changes: 1 addition & 1 deletion tools/android-test
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SERIAL=emulator-${PORT}
echo -e "\nCreating Android emulator...\n"
echo "no" | "$ANDROID_CMDTOOLS/avdmanager" create avd \
-n "${AVD_NAME}" \
-k "system-images;android-26;google_apis;x86" \
-k "system-images;android-26;google_apis;arm64-v8a" \
-f
echo -e "\nAVD ${AVD_NAME} created."

Expand Down

0 comments on commit 9aff416

Please sign in to comment.