Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
唐文
/
AiyoZhuaWaWa
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ed26af29
authored
Dec 08, 2017
by
chengfengpiaopiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TBS
parent
73adfe64
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
.idea/misc.xml
app/build.gradle
app/src/main/jniLibs/armeabi/liblbs.so
build.gradle
.idea/misc.xml
View file @
ed26af29
...
...
@@ -27,7 +27,7 @@
</value>
</option>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
8
"
default=
"true"
assert-keyword=
"true"
jdk-15=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
7
"
default=
"true"
assert-keyword=
"true"
jdk-15=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
...
...
app/build.gradle
View file @
ed26af29
...
...
@@ -59,6 +59,9 @@ android {
manifestPlaceholders
=
[
UMENG_CHANNEL_VALUE:
"base"
]
//默认名称
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled
true
//方法数超过65535
ndk
{
abiFilters
"armeabi"
,
"armeabi-v7a"
,
"x86"
,
"mips"
}
}
lintOptions
{
...
...
app/src/main/jniLibs/armeabi/liblbs.so
0 → 100644
View file @
ed26af29
File added
build.gradle
View file @
ed26af29
...
...
@@ -25,9 +25,9 @@ task clean(type: Delete) {
ext
{
//版本
compileSdkVersion
=
2
5
buildToolsVersion
=
"2
5.0.1
"
//23.0.3 25.0.1
targetSdkVersion
=
2
5
compileSdkVersion
=
2
3
buildToolsVersion
=
"2
3.0.3
"
//23.0.3 25.0.1
targetSdkVersion
=
2
3
//项目依赖
ButterKnife
=
"6.1.0"
...
...
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