From 1d3d7d7cefc6da13a1b5a5bd0ffab7b46636df54 Mon Sep 17 00:00:00 2001 From: Sergey Makarov Date: Thu, 28 Sep 2023 18:19:30 +0300 Subject: [PATCH] Bump compileSdk --- app/build.gradle.kts | 2 +- fingerprint/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1688c26..481c241 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } android { - compileSdk = 33 + compileSdk = 34 defaultConfig { applicationId = "com.fingerprintjs.android.playground" diff --git a/fingerprint/build.gradle.kts b/fingerprint/build.gradle.kts index 84286ef..1b02384 100644 --- a/fingerprint/build.gradle.kts +++ b/fingerprint/build.gradle.kts @@ -32,7 +32,7 @@ android { } } - compileSdk = 33 + compileSdk = 34 defaultConfig { // This property does not affect the library itself, but affects test apk and lint.