Skip to content

Commit

Permalink
1.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwfqin committed Jan 30, 2018
1 parent eb40c09 commit b8a6e1e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 49 deletions.
32 changes: 8 additions & 24 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,22 @@
### 如果你看到这个仓库,非常荣幸,如果想要用于您的项目中,请不要直接引入,请先看源码,因为这是我用来做外包用来快速开发的库,里面很多内容适合我的项目但不一定适合您的项目,当然,如果需要,您可以clone源码中的部分代码用于您的项目中,如有雷同,不甚荣幸

compile 'com.sdwfqin.quicklib:quicklib:1.0.0'

> 最低支持api16,编译版本27,gradle4.1
minSdkVersion 16
targetSdkVersion 27

# 项目中引入了以下依赖

implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:support-v4:27.0.2'
implementation 'com.android.support:design:27.0.2'
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.android.support:recyclerview-v7:27.0.2'

implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
api 'com.qmuiteam:qmui:1.0.7'
api 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34'
api 'com.youth.banner:banner:1.4.10'
api 'com.squareup.okhttp3:okhttp:3.9.1'
api 'com.squareup.okhttp3:logging-interceptor:3.9.1'
api 'com.blankj:utilcode:1.12.0'
api 'org.greenrobot:eventbus:3.1.1'
api 'io.reactivex.rxjava2:rxandroid:2.0.1'
api 'io.reactivex.rxjava2:rxjava:2.1.7'
api 'com.just.agentweb:agentweb:3.1.0'
implementation 'com.github.bumptech.glide:glide:4.5.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.5.0'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
implementation 'com.google.code.gson:gson:2.8.1'
implementation 'com.google.zxing:core:3.3.1'
implementation 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:1.4.0'
implementation files('libs/alipaySdk-20170922.jar')

implementation 'com.sdwfqin.quicklib:quicklib:1.0.0-beta5'

> 最低支持api16,编译版本27,gradle4.1
minSdkVersion 16
targetSdkVersion 27

# 本项目中的支付与二维码模块clone自RxTools

Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ dependencies {
implementation 'com.android.support:design:27.0.2'
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.android.support:recyclerview-v7:27.0.2'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:multidex:1.0.2'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
implementation 'com.github.bumptech.glide:glide:4.5.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.5.0'
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4'
implementation('com.alibaba.android:vlayout:1.2.9@aar') {
transitive = true
Expand Down
43 changes: 19 additions & 24 deletions quicklib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.0.0"
version = "1.0.0-beta5"

// graedlew install
// gradlew install
// gradlew bintrayUpload

android {
Expand All @@ -13,7 +13,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionCode 5
versionName version

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -31,10 +31,6 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand All @@ -45,24 +41,22 @@ dependencies {
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.android.support:recyclerview-v7:27.0.2'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
api 'com.qmuiteam:qmui:1.0.7'
api 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34'
api 'com.youth.banner:banner:1.4.10'
api 'com.squareup.okhttp3:okhttp:3.9.1'
api 'com.squareup.okhttp3:logging-interceptor:3.9.1'
api 'com.blankj:utilcode:1.12.0'
api 'org.greenrobot:eventbus:3.1.1'
api 'io.reactivex.rxjava2:rxandroid:2.0.1'
api 'io.reactivex.rxjava2:rxjava:2.1.7'
api 'com.just.agentweb:agentweb:3.1.0'
implementation 'com.github.bumptech.glide:glide:4.5.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.5.0'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
implementation 'com.google.code.gson:gson:2.8.1'
implementation 'com.google.zxing:core:3.3.1'
implementation 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:1.4.0'
implementation files('libs/alipaySdk-20170922.jar')
compile 'com.qmuiteam:qmui:1.0.7'
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34'
compile 'com.youth.banner:banner:1.4.10'
compile 'com.blankj:utilcode:1.12.0'
compile 'org.greenrobot:eventbus:3.1.1'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'io.reactivex.rxjava2:rxjava:2.1.7'
compile 'com.just.agentweb:agentweb:3.1.0'
compile 'com.squareup.okhttp3:okhttp:3.9.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.9.1'
compile 'com.github.chrisbanes:PhotoView:2.0.0'
compile 'com.google.code.gson:gson:2.8.1'
compile 'com.google.zxing:core:3.3.1'
compile 'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:1.4.0'
compile files('libs/alipaySdk-20170922.jar')
}

def siteUrl = 'https://github.com/sdwfqin/AndroidQuick' // 项目的主页
Expand Down Expand Up @@ -110,6 +104,7 @@ task sourcesJar(type: Jar) {
task javadoc(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
failOnError false
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down

0 comments on commit b8a6e1e

Please sign in to comment.