Skip to content

Commit

Permalink
add apk
Browse files Browse the repository at this point in the history
  • Loading branch information
JsonChao committed May 18, 2018
1 parent 8361cb3 commit 23daf19
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 13 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
32 changes: 28 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@

Awesome WanAndroid项目基于Material Design + MVP + Rxjava2 + Retrofit + Dagger2 + GreenDao + Glide

这是一款会让您觉得很nice的技术学习APP,所用技术基本涵盖了当前Android开发中常用的主流技术框架,阅读内容主要面向想在Android开发领域成为专家的朋友们。
这是一款会让您觉得很nice的技术学习APP,所用技术基本涵盖了当前Android开发中常用的主流技术框架,阅读内容主要面向想在Android开发领域成为专家的朋友们。此外,我正在进行一个
[全新的Android进阶计划](https://github.com/JsonChao/Awesome-Android-Exercise),致力于成为更好的Android开发,有兴趣的朋友可以参考下~

## Awesome-WanAndroid Architecture

<div align="center">
<img src="https://raw.githubusercontent.com/JsonChao/Awesome-WanAndroid/master/screenshots/AppArchitectrue.png">
<img src="https://raw.githubusercontent.com/JsonChao/Awesome-WanAndroid/master/screenshots/AppArchitecture.png">
</div>

#### 借鉴于[设计MVP架构的最佳实践](https://blog.mindorks.com/essential-guide-for-designing-your-android-app-architecture-mvp-part-1-74efaf1cda40#.3lyk8t57x)
Expand Down Expand Up @@ -92,7 +93,7 @@ Awesome WanAndroid项目基于Material Design + MVP + Rxjava2 + Retrofit + Dagge



## Apk download(Android 5.0 or above it)(更好的Awesome-WanAndroid V1.2.0 来了)
## Apk download(Android 5.0 or above it)(更好的Awesome-WanAndroid V1.2.1 来了)

<center>

Expand Down Expand Up @@ -127,7 +128,30 @@ Awesome WanAndroid项目基于Material Design + MVP + Rxjava2 + Retrofit + Dagge

## Version

### :zap:v1.2.0
### :zap:v1.2.1

1.增加dagger.android

2.使用config.gradle统一管理gradle依赖

3.封装RxBinding订阅处理

4.增加共享元素适配处理

5.使用Compose增加统一返回结果处理

6.增加Glide memory、bitmapPool、diskCache配置

7.优化加载错误页显示逻辑

8.优化注册界面

9.优化沉浸式状态栏显示效果

10.更新Gradle版本到3.0.1


### v1.2.0

1.增加设置模块

Expand Down
18 changes: 9 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ apply plugin: 'org.greenrobot.greendao'
android {
compileSdkVersion rootProject.ext.android["compileSdkVersion"]
buildToolsVersion rootProject.ext.android["buildToolsVersion"]
// signingConfigs {
// release {
// storeFile file(RELEASE_STORE_FILE)
// storePassword RELEASE_STORE_PASSWORD
// keyAlias RELEASE_KEY_ALIAS
// keyPassword RELEASE_KEY_PASSWORD
// }
// }
signingConfigs {
release {
storeFile file(RELEASE_STORE_FILE)
storePassword RELEASE_STORE_PASSWORD
keyAlias RELEASE_KEY_ALIAS
keyPassword RELEASE_KEY_PASSWORD
}
}
defaultConfig {
applicationId "json.chao.com.wanandroid"
minSdkVersion rootProject.ext.android["minSdkVersion"]
Expand All @@ -33,7 +33,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
// signingConfig signingConfigs.release
signingConfig signingConfigs.release
}
debug {
// signingConfig signingConfigs.release
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
Binary file removed screenshots/AppArchitectrue.png
Binary file not shown.
Binary file added screenshots/AppArchitecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 23daf19

Please sign in to comment.