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
368cb852
authored
Dec 30, 2017
by
chengfengpiaopiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new file README.md
parent
94fb8cfa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
368cb852
# 夺宝竞猜Android技术文档
[

](https://opensource.org/licenses/MIT)
## 1,开发环境
AndroidStudio 2.2.3
jdk 1.8
compileSdkVersion 25
Gradle 2.14.1
GradlePluginVersion 2.2.3
## 2,技术选型
//依赖注入
compile "com.jakewharton:butterknife:6.1.0"
//网络框架
compile "com.squareup.retrofit2:retrofit:2.0.2"
//json解析
compile "com.squareup.retrofit2:converter-gson:2.0.2"
//编码
compile "com.squareup.retrofit2:adapter-rxjava:2.0.2"
compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.1.9'
compile 'com.google.code.gson:gson:2.6.2'
//日志
compile "com.squareup.okhttp3:logging-interceptor:3.1.0"
//微信登陆
compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:1.0.2'
compile 'cz.msebera.android:httpclient:4.4.1.1'
//底部tab选择器
compile 'com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar'
//友盟统计
compile 'com.umeng.analytics:analytics:latest.integration'
//walle
compile 'com.meituan.android.walle:library:1.1.5'
//图片选择器
compile project(path: ':multi-image-selector')
//权限申请
compile 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.3@aar'
## 3,打包处理
基础包: 当前app所在目录命令行输入:gradlew assembleRelease
多渠道包: 当前app所在目录命令行输入:gradlew assembleRelease jiagubao_walle(具体参考项目build.gradle以及jiagubao-walle.bat中的操作)
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