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 1739bd49..29a668b2 100644
--- a/samples/drumthumper/build.gradle
+++ b/samples/drumthumper/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
// Usually the applicationId follows the same scheme as the application package name,
@@ -12,7 +12,7 @@ android {
// who publishes using the application Id prefix of "com.plausiblesoftware".
applicationId "com.plausiblesoftware.drumthumper"
minSdkVersion 23
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode 2
versionName "1.01"