diff --git a/README.md b/README.md index e1e723f8..a62360e3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@
@@ -47,7 +47,7 @@ ## Download ``` gradle - implementation 'me.jessyan:insgallery:0.6.6' + implementation 'me.jessyan:insgallery:0.7.0' ``` ## Usage diff --git a/apk/v0.6.6_2020_08_01.apk b/apk/v0.7.0_2020_08_04.apk similarity index 57% rename from apk/v0.6.6_2020_08_01.apk rename to apk/v0.7.0_2020_08_04.apk index e3d45121..fee9c6ad 100644 Binary files a/apk/v0.6.6_2020_08_01.apk and b/apk/v0.7.0_2020_08_04.apk differ diff --git a/app/build.gradle b/app/build.gradle index c8251bd6..c3d70348 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.6' +// implementation 'me.jessyan:insgallery:0.7.0' implementation "androidx.appcompat:appcompat:${cfgs.version_appcompat}" implementation "androidx.recyclerview:recyclerview:${cfgs.version_recyclerview}" diff --git a/config.gradle b/config.gradle index aa76b426..3f801d40 100644 --- a/config.gradle +++ b/config.gradle @@ -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",