Commit 368cb852 by chengfengpiaopiao

new file README.md

parent 94fb8cfa
Showing with 45 additions and 0 deletions
# 夺宝竞猜Android技术文档
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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中的操作)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment