From 7bd7dce9e8043368d7a12e778348b2d9a5b23987 Mon Sep 17 00:00:00 2001 From: LeQuangHiep Date: Fri, 10 Feb 2023 12:33:17 +0700 Subject: [PATCH] Upgrate library version --- app/build.gradle | 6 +++--- videoplayer/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0549ab9..e9ab0a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,9 +30,9 @@ android { dependencies { - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.material:material:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.3' + implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'com.google.android.material:material:1.6.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' diff --git a/videoplayer/build.gradle b/videoplayer/build.gradle index ea36145..a5e9eb2 100644 --- a/videoplayer/build.gradle +++ b/videoplayer/build.gradle @@ -25,8 +25,8 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.0.2' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'