Skip to content

Commit

Permalink
[update] Enable aarch64 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
longjunyu2 committed Sep 27, 2020
1 parent 3663986 commit 52010f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
versionName "1.0"
externalNativeBuild {
cmake {
abiFilters "armeabi-v7a"
abiFilters "armeabi-v7a","arm64-v8a"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions ckb/src/main/res/layout/activity_ckbe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
android:id="@+id/ckbe_toolbar"
android:layout_width="match_parent"
android:layout_height="30dp"
android:background="?attr/colorPrimary"
android:background="?android:attr/colorPrimary"
android:elevation="4dp"
android:minHeight="?attr/actionBarSize"
android:theme="?attr/actionBarTheme"
android:minHeight="?android:attr/actionBarSize"
android:theme="?android:attr/actionBarTheme"
app:title="MCinaBox"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="0.1.4"
android:text="@string/app_version"
android:textSize="@dimen/text_big"
/>

Expand Down

0 comments on commit 52010f4

Please sign in to comment.