diff --git a/README.md b/README.md index 2930c897..26e319d2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@
@@ -47,7 +47,7 @@ ## Download ``` gradle - implementation 'me.jessyan:insgallery:0.6.1' + implementation 'me.jessyan:insgallery:0.6.2' ``` ## Usage diff --git a/apk/v0.6.1_2020_07_31.apk b/apk/v0.6.2_2020_07_31.apk similarity index 57% rename from apk/v0.6.1_2020_07_31.apk rename to apk/v0.6.2_2020_07_31.apk index 92fa7465..1eb43506 100644 Binary files a/apk/v0.6.1_2020_07_31.apk and b/apk/v0.6.2_2020_07_31.apk differ diff --git a/app/build.gradle b/app/build.gradle index 000c3636..986dce1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,7 +34,7 @@ android { dependencies { implementation project(':picture_library') -// implementation 'me.jessyan:insgallery:0.6.1' +// implementation 'me.jessyan:insgallery:0.6.2' implementation "androidx.appcompat:appcompat:${cfgs.version_appcompat}" implementation "androidx.recyclerview:recyclerview:${cfgs.version_recyclerview}" diff --git a/config.gradle b/config.gradle index d008ec57..19b6b4b2 100644 --- a/config.gradle +++ b/config.gradle @@ -4,8 +4,8 @@ ext { buildToolsVersion : "29.0.3", minSdkVersion : 19, targetSdkVersion : 29, - versionCode : 26, - versionName : "0.6.1", + versionCode : 27, + versionName : "0.6.2", ucropVersionCode : 25, ucropVersionName : "2.2.5-native",