aboutsummaryrefslogtreecommitdiff
path: root/samples/RhythmGame/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'samples/RhythmGame/build.gradle')
-rw-r--r--samples/RhythmGame/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/RhythmGame/build.gradle b/samples/RhythmGame/build.gradle
index 39114f42..88681f43 100644
--- a/samples/RhythmGame/build.gradle
+++ b/samples/RhythmGame/build.gradle
@@ -63,6 +63,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
- implementation 'androidx.appcompat:appcompat:1.0.0-rc02'
+ implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}