Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
14ff1d8b
Commit
14ff1d8b
authored
Jul 23, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add 64bit
parent
dd6201e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
app_build.gradle
+10
-0
build.gradle
+3
-3
No files found.
app_build.gradle
View file @
14ff1d8b
...
@@ -27,11 +27,21 @@ android {
...
@@ -27,11 +27,21 @@ android {
}
}
productFlavors
{
productFlavors
{
website
{
website
{
ndk
{
abiFilters
'armeabi-v7a'
//,'arm64-v8a'//,'armeabi'//, 'arm64-v8a', 'x86'
}
buildConfigField
(
'String'
,
'BUGLY_APPID'
,
"\"f35508ee93\""
)
buildConfigField
(
'String'
,
'BUGLY_APPID'
,
"\"f35508ee93\""
)
dimension
"channel"
dimension
"channel"
}
}
googleplay
{
googleplay
{
ndk
{
if
(
"${tongdun_parent_key}"
.
size
()
>
5
)
{
abiFilters
'armeabi-v7a'
}
else
{
abiFilters
'armeabi-v7a'
,
'arm64-v8a'
//,'armeabi'//, 'arm64-v8a', 'x86'
}
}
buildConfigField
(
'String'
,
'BUGLY_APPID'
,
"\"\""
)
buildConfigField
(
'String'
,
'BUGLY_APPID'
,
"\"\""
)
dimension
"channel"
dimension
"channel"
}
}
...
...
build.gradle
View file @
14ff1d8b
...
@@ -9,9 +9,9 @@ android {
...
@@ -9,9 +9,9 @@ android {
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
ndk
{
//
ndk {
abiFilters
'armeabi-v7a'
//,'armeabi',, 'arm64-v8a', 'x86'
//
abiFilters 'armeabi-v7a'//,'armeabi',, 'arm64-v8a', 'x86'
}
//
}
//Api
//Api
buildConfigField
(
'String'
,
'FACEBOOK_APP_ID'
,
"\"${facebook_app_id}\""
)
buildConfigField
(
'String'
,
'FACEBOOK_APP_ID'
,
"\"${facebook_app_id}\""
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment