diff --git a/README.md b/README.md index a1d6812..f212829 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ repositories { ```gradle dependencies { ... - implementation "com.fingerprint.android:pro:2.3.3" + implementation "com.fingerprint.android:pro:2.3.4" } ``` diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 88f9c72..7693d06 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,9 +1,9 @@ import com.android.build.gradle.internal.api.BaseVariantOutputImpl @Suppress("PropertyName") -val VERSION_NAME="2.3.3" +val VERSION_NAME="2.3.4" @Suppress("PropertyName") -val VERSION_CODE=17 +val VERSION_CODE=18 plugins { id("com.android.application")