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.gradle7
1 files changed, 2 insertions, 5 deletions
diff --git a/samples/RhythmGame/build.gradle b/samples/RhythmGame/build.gradle
index 4c98f3df..45022e1b 100644
--- a/samples/RhythmGame/build.gradle
+++ b/samples/RhythmGame/build.gradle
@@ -31,9 +31,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
- implementation 'com.android.support:appcompat-v7:27.1.0'
- implementation 'com.android.support.constraint:constraint-layout:1.0.2'
- testImplementation 'junit:junit:4.12'
- androidTestImplementation 'com.android.support.test:runner:1.0.1'
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
+ implementation 'com.android.support:appcompat-v7:27.1.1'
+ implementation 'com.android.support.constraint:constraint-layout:1.1.2'
}