aboutsummaryrefslogtreecommitdiff
path: root/samples/drumthumper/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'samples/drumthumper/build.gradle')
-rw-r--r--samples/drumthumper/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/drumthumper/build.gradle b/samples/drumthumper/build.gradle
index 17a11990..7a19c632 100644
--- a/samples/drumthumper/build.gradle
+++ b/samples/drumthumper/build.gradle
@@ -3,7 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
}
android {
- compileSdkVersion 33
+ compileSdkVersion 34
defaultConfig {
// Usually the applicationId follows the same scheme as the application package name,
@@ -13,7 +13,7 @@ android {
// who publishes using the application Id prefix of "com.plausiblesoftware".
applicationId "com.plausiblesoftware.drumthumper"
minSdkVersion 23
- targetSdkVersion 33
+ targetSdkVersion 34
versionCode 2
versionName "1.01"