Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Aug 4, 2020
1 parent cd568cf commit 71341e0
Show file tree
Hide file tree
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
Expand Up @@ -30,7 +30,7 @@
</p>

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

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

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

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

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

Expand Down

0 comments on commit 71341e0

Please sign in to comment.