Skip to content

Commit

Permalink
Release v0.6.6
Browse files Browse the repository at this point in the history
JessYanCoding committed Aug 1, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 692b07a commit 5b2534a
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
</p>

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

## Download
``` gradle
implementation 'me.jessyan:insgallery:0.6.2'
implementation 'me.jessyan:insgallery:0.6.6'
```

## Usage
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ android {

dependencies {
implementation project(':picture_library')
// implementation 'me.jessyan:insgallery:0.6.2'
// implementation 'me.jessyan:insgallery:0.6.6'

implementation "androidx.appcompat:appcompat:${cfgs.version_appcompat}"
implementation "androidx.recyclerview:recyclerview:${cfgs.version_recyclerview}"
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ ext {
buildToolsVersion : "29.0.3",
minSdkVersion : 19,
targetSdkVersion : 29,
versionCode : 27,
versionName : "0.6.2",
versionCode : 31,
versionName : "0.6.6",
ucropVersionCode : 25,
ucropVersionName : "2.2.5-native",

0 comments on commit 5b2534a

Please sign in to comment.