Skip to content

Commit

Permalink
更新内容见md详情
Browse files Browse the repository at this point in the history
  • Loading branch information
gaolhjy committed Mar 3, 2020
1 parent c2cc9c5 commit b679b96
Show file tree
Hide file tree
Showing 11 changed files with 161 additions and 8 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file added .idea/caches/gradle_models.ser
Binary file not shown.
116 changes: 116 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
项目简介:
====

![Image text](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E7%BB%B4%E6%8A%A4%E4%B8%AD-green.svg) ![Image text](https://img.shields.io/badge/%E7%89%88%E6%9C%AC-2.1.0-brightgreen.svg) ![Image text](https://img.shields.io/badge/%E6%9C%80%E8%BF%91%E6%8F%90%E4%BA%A4%E6%97%B6%E9%97%B4-2019%2F10%2F16-brightgreen)
![Image text](https://img.shields.io/badge/%E7%BC%96%E8%AF%91%E6%83%85%E5%86%B5-%E6%AD%A3%E5%B8%B8%E7%BC%96%E8%AF%91-green.svg) ![Image text](https://img.shields.io/badge/as%E7%89%88%E6%9C%AC-3.4.2-brightgreen)
![Image text](https://img.shields.io/badge/%E7%8A%B6%E6%80%81-%E7%BB%B4%E6%8A%A4%E4%B8%AD-green.svg) ![Image text](https://img.shields.io/badge/%E7%89%88%E6%9C%AC-2.2.0-brightgreen.svg) ![Image text](https://img.shields.io/badge/%E6%9C%80%E8%BF%91%E6%8F%90%E4%BA%A4%E6%97%B6%E9%97%B4-2020%03%03-brightgreen)
![Image text](https://img.shields.io/badge/%E7%BC%96%E8%AF%91%E6%83%85%E5%86%B5-%E6%AD%A3%E5%B8%B8%E7%BC%96%E8%AF%91-green.svg) ![Image text](https://img.shields.io/badge/as%E7%89%88%E6%9C%AC-3.5.3-brightgreen)



Expand Down Expand Up @@ -83,6 +83,8 @@

修改完善记录:
====
版本:2.2.0 (1)部分架构跳转,引入更多商业项目模式 (2)更新as到官网最新稳定版本.

版本:2.1.0 (1)整个项目适配器的替换.(2) 首页轮播图进行优化. (3)更新as到官网最新稳定版本.

版本:2.0.1 (1)对购物车fragment代码进行重构. (2)其他代码优化.
Expand Down Expand Up @@ -251,7 +253,7 @@ A3: (1)如果star: 首先你需要有一个github账号.登录后,在项目网
LICENSE
=======

Copyright 2017 gaolhjy.
Copyright 2017-2020 gaolhjy.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.enjoyshop"
minSdkVersion 18
targetSdkVersion 27
versionCode 27
versionName "2.1.0"
versionCode 28
versionName "2.2.0"
}


Expand Down
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
buildscript {
repositories {
google()
jcenter { url "http://jcenter.bintray.com/" }
mavenCentral()
jcenter { url "http://jcenter.bintray.com/" }
maven { url "https://jitpack.io" }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
}


dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.novoda:bintray-release:0.8.0'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'

Expand All @@ -24,11 +24,12 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
maven { url "http://repo1.maven.org/maven2" }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
jcenter()

}
}

Expand Down
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Tue Mar 03 09:40:09 CST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit b679b96

Please sign in to comment.