diff --git a/README.md b/README.md index ca8610d6..2930c897 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@
@@ -47,7 +47,7 @@ ## Download ``` gradle - implementation 'me.jessyan:insgallery:0.6.0' + implementation 'me.jessyan:insgallery:0.6.1' ``` ## Usage diff --git a/apk/v0.6.0_2020_07_30.apk b/apk/v0.6.0_2020_07_30.apk deleted file mode 100644 index 3403a5bf..00000000 Binary files a/apk/v0.6.0_2020_07_30.apk and /dev/null differ diff --git a/apk/v0.6.1_2020_07_31.apk b/apk/v0.6.1_2020_07_31.apk new file mode 100644 index 00000000..92fa7465 Binary files /dev/null and b/apk/v0.6.1_2020_07_31.apk differ diff --git a/app/build.gradle b/app/build.gradle index 43774a53..000c3636 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.0' +// implementation 'me.jessyan:insgallery:0.6.1' implementation "androidx.appcompat:appcompat:${cfgs.version_appcompat}" implementation "androidx.recyclerview:recyclerview:${cfgs.version_recyclerview}" diff --git a/config.gradle b/config.gradle index d6dcd18c..d008ec57 100644 --- a/config.gradle +++ b/config.gradle @@ -4,8 +4,8 @@ ext { buildToolsVersion : "29.0.3", minSdkVersion : 19, targetSdkVersion : 29, - versionCode : 25, - versionName : "0.6.0", + versionCode : 26, + versionName : "0.6.1", ucropVersionCode : 25, ucropVersionName : "2.2.5-native",