Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (1)
added 64bit Android support
· 7998b336
jahway603
authored
May 11, 2023
7998b336
Hide whitespace changes
Inline
Side-by-side
build.gradle
Edit
View file @
7998b336
...
@@ -132,6 +132,15 @@ android {
...
@@ -132,6 +132,15 @@ android {
vectorDrawables
.
useSupportLibrary
=
true
vectorDrawables
.
useSupportLibrary
=
true
}
}
splits
{
abi
{
enable
true
reset
()
universalApk
true
include
"armeabi-v7a"
,
"x86"
,
"arm64-v8a"
,
"x86_64"
}
}
compileOptions
{
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
...
...