Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
snpmyn committed Jan 11, 2021
1 parent 1bbbb31 commit 15315a1
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions BgaQrCodeAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
Expand All @@ -39,7 +39,7 @@ dependencies {
/*自带*/
implementation project(path: ':matisse')
/*matisse*/
implementation 'com.github.snpmyn.Util:utilone:v0.1.1'
implementation 'com.github.snpmyn.Util:utilone:v0.1.2'
/*util*/
api 'cn.bingoogolapple:bga-qrcode-zxing:1.3.7'
/*BgaQrCodeZXing*/
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
| 一方库Library | implementation 'androidx.core:core-ktx:1.5.0-alpha05' |
| 一方库Library | implementation "org.jetbrains.kotlin:*kotlin-stdlib-jdk7*:$kotlin_version" |
| 一方库Library | implementation 'androidx.palette:palette-ktx:1.0.0' |
| 一方库Library | api 'com.github.snpmyn.Util:*utilone*:v0.1.1'(避重)|
| 一方库Library | api 'com.github.snpmyn.Util:*utiltwo*:v0.1.1'(避重)|
| 一方库Library | api 'com.github.snpmyn.Util:*utilone*:v0.1.2'(避重)|
| 一方库Library | api 'com.github.snpmyn.Util:*utiltwo*:v0.1.2'(避重)|
| 一方库Library | api 'com.willowtreeapps.spruce:spruce-android:1.0.1'(避重)|
| 一方库Matisse | implementation 'com.github.snpmyn:*Util*:v0.1.1' |
| 一方库Matisse | implementation 'com.github.snpmyn.Util:utilone:v0.1.2' |
| 一方库Matisse | api 'com.zhihu.android:matisse:0.5.3-beta3'(避重)|
| 一方库Ucrop | api 'com.github.yalantis:ucrop:2.2.4'(避重)|
| 一方库BgaQrCodeAndroid | implementation project(path: ':matisse') |
| 一方库BgaQrCodeAndroid | implementation 'com.github.snpmyn.Util:*utilone*:v0.1.1' |
| 一方库Banner | implementation 'com.github.snpmyn:*Util*:v0.1.1' |
| 一方库BgaQrCodeAndroid | implementation 'com.github.snpmyn.Util:*utilone*:v0.1.2' |
| 一方库Banner | implementation 'com.github.snpmyn.Util:utilone:v0.1.2' |
| 一方库Banner | api 'com.youth.banner:banner:1.4.10'(避重)|
| 一方库AutoSize | implementation 'me.jessyan:autosize:1.1.2' |
| 二方库Util-示例app | implementation project(path: ':utilone') |
| 二方库Util-示例app | implementation project(path: ':utiltwo') |
| 二方库Util-UtilOne | api 'com.github.bumptech.glide:glide:4.11.0'(避重)|
| 二方库Util-UtilOne | api 'com.google.android.material:material:1.3.0-alpha04''(避重)|
| 二方库Util-UtilOne | api 'com.google.android.material:material:1.3.0-beta01'(避重)|
| 二方库Util-UtilOne | api 'io.reactivex:rxandroid:1.2.1'(避重)|
| 二方库Util-UtilOne | api 'io.reactivex:rxjava:1.3.8'(避重)|
| 二方库Util-UtilOne | api 'com.jakewharton.timber:timber:4.7.1'(避重)|
Expand Down Expand Up @@ -132,21 +132,21 @@ android {
...
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
}
dependencies {
implementation 'com.github.snpmyn.Widget:library:v0.1.1'
implementation 'com.github.snpmyn.Widget:matisse:v0.1.1'
implementation 'com.github.snpmyn.Widget:ucrop:v0.1.1'
implementation 'com.github.snpmyn.Widget:BgaQrCodeAndroid:v0.1.1'
implementation 'com.github.snpmyn.Widget:banner:v0.1.1'
implementation 'com.github.snpmyn.Widget:autosize:v0.1.1'
implementation 'com.github.snpmyn.Widget:library:v0.1.2'
implementation 'com.github.snpmyn.Widget:matisse:v0.1.2'
implementation 'com.github.snpmyn.Widget:ucrop:v0.1.2'
implementation 'com.github.snpmyn.Widget:BgaQrCodeAndroid:v0.1.2'
implementation 'com.github.snpmyn.Widget:banner:v0.1.2'
implementation 'com.github.snpmyn.Widget:autosize:v0.1.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dataBinding {
enabled = true
Expand Down
2 changes: 1 addition & 1 deletion banner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.2.0'
/*自带*/
implementation 'com.github.snpmyn.Util:utilone:v0.1.1'
implementation 'com.github.snpmyn.Util:utilone:v0.1.2'
/*util*/
api 'com.youth.banner:banner:1.4.10'
/*banner*/
Expand Down
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
Expand All @@ -48,8 +48,8 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.palette:palette-ktx:1.0.0'
/*官方*/
api 'com.github.snpmyn.Util:utilone:v0.1.1'
api 'com.github.snpmyn.Util:utiltwo:v0.1.1'
api 'com.github.snpmyn.Util:utilone:v0.1.2'
api 'com.github.snpmyn.Util:utiltwo:v0.1.2'
/*util*/
api 'com.willowtreeapps.spruce:spruce-android:1.0.1'
/*spruce*/
Expand Down
6 changes: 3 additions & 3 deletions matisse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
Expand All @@ -35,7 +35,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.2.0'
/*自带*/
implementation 'com.github.snpmyn.Util:utilone:v0.1.1'
implementation 'com.github.snpmyn.Util:utilone:v0.1.2'
/*util*/
api 'com.zhihu.android:matisse:0.5.3-beta3'
/*matisse*/
Expand Down

0 comments on commit 15315a1

Please sign in to comment.