Skip to content

Commit

Permalink
feat: update Android agent to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Oct 31, 2023
1 parent 459c7ff commit 0322065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -53,5 +53,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.fingerprint.android:pro:2.3.2"
implementation "com.fingerprint.android:pro:2.3.4"
}

0 comments on commit 0322065

Please sign in to comment.