Skip to content

Commit 5b2534a

Browse files
committed
Release v0.6.6
1 parent 692b07a commit 5b2534a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</p>
3131

3232
<p align="center">
33-
<a href="https://github.com/JessYanCoding/InsGallery/raw/master/apk/v0.6.2_2020_07_31.apk">
33+
<a href="https://github.com/JessYanCoding/InsGallery/raw/master/apk/v0.6.6_2020_08_01.apk">
3434
<b>APK</b>
3535
</a>
3636
</p>
@@ -47,7 +47,7 @@
4747

4848
## Download
4949
``` gradle
50-
implementation 'me.jessyan:insgallery:0.6.2'
50+
implementation 'me.jessyan:insgallery:0.6.6'
5151
```
5252

5353
## Usage

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434

3535
dependencies {
3636
implementation project(':picture_library')
37-
// implementation 'me.jessyan:insgallery:0.6.2'
37+
// implementation 'me.jessyan:insgallery:0.6.6'
3838

3939
implementation "androidx.appcompat:appcompat:${cfgs.version_appcompat}"
4040
implementation "androidx.recyclerview:recyclerview:${cfgs.version_recyclerview}"

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ext {
44
buildToolsVersion : "29.0.3",
55
minSdkVersion : 19,
66
targetSdkVersion : 29,
7-
versionCode : 27,
8-
versionName : "0.6.2",
7+
versionCode : 31,
8+
versionName : "0.6.6",
99
ucropVersionCode : 25,
1010
ucropVersionName : "2.2.5-native",
1111

0 commit comments

Comments
 (0)