Skip to content

Commit

Permalink
abi
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Aug 6, 2023
1 parent 510a8fd commit e0cb7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_juicity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
versionName = "test-3"
splits.abi {
reset()
include("arm64-v8a", "x86_64")
include("arm64-v8a")
}
}
}

0 comments on commit e0cb7db

Please sign in to comment.