From 1b20aa7cd7e2e01e93b27dec2c81e05317b18152 Mon Sep 17 00:00:00 2001 From: donghenglong <1013896293@qq.com> Date: Thu, 28 Oct 2021 09:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0jitpack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vangogh/build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vangogh/build.gradle b/vangogh/build.gradle index 3e19e41..b5d7f13 100644 --- a/vangogh/build.gradle +++ b/vangogh/build.gradle @@ -24,8 +24,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 101 - versionName "1.0.1" + versionCode 102 + versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -64,7 +64,8 @@ dependencies { implementation 'com.github.chrisbanes:PhotoView:2.0.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0' - implementation 'id.zelory:compressor:3.0.0' + implementation 'id.zelory:compressor:3.0.1' + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }