From 8e555a9facef347e2a29fabb4dcc62d3084d8d47 Mon Sep 17 00:00:00 2001 From: Tianscar Date: Wed, 4 Aug 2021 11:11:39 +0800 Subject: [PATCH] Update --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fecbbcf..da1604b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ allprojects { ``` dependencies { ... - implementation 'com.github.Tianscar:SoundTouch4Android:1.0.3' + implementation 'com.github.Tianscar:SoundTouch4Android:1.0.3.1' } ``` diff --git a/library/build.gradle b/library/build.gradle index dbc3272..02b1307 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -32,7 +32,7 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 31 - versionCode 4 + versionCode 5 versionName "1.0.3.1" consumerProguardFiles "consumer-rules.pro" externalNativeBuild {