summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-04-13 15:48:31 +0200
committerClyhtsuriva <aimeric@adjutor.xyz>2021-04-13 15:48:31 +0200
commit124b99a26cf427782c244eda19435ef4d23d01e6 (patch)
treeb1f96aae1f4453842dbe8dc634db555a8deef9b0
parent251afac13cd2731d9be660047501ac6f32d6e067 (diff)
downloadAniki-124b99a26cf427782c244eda19435ef4d23d01e6.tar.gz
Aniki-124b99a26cf427782c244eda19435ef4d23d01e6.tar.bz2
Aniki-124b99a26cf427782c244eda19435ef4d23d01e6.zip
Gradle update
Diffstat (limited to '')
-rw-r--r--app/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d28b3c6..e8f6245 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -40,14 +40,14 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
- implementation 'androidx.navigation:navigation-fragment-ktx:2.3.4'
- implementation 'androidx.navigation:navigation-ui-ktx:2.3.4'
+ implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
+ implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
//Recycleview for lists
- implementation "androidx.recyclerview:recyclerview:1.1.0"
+ implementation "androidx.recyclerview:recyclerview:1.2.0"
//Retrofit for REST APIs
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
@@ -57,7 +57,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
// Required for instrumented tests
- androidTestImplementation 'androidx.annotation:annotation:1.1.0'
+ androidTestImplementation 'androidx.annotation:annotation:1.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
//Glide to display images properly
/Spoteezer.git/commit/src/main/java/musichub/util/Policy.java?h=develop&id=d502b46b9e5504193b25d4aa9a1a03d601344e5d&follow=1'>Fixing lower case issue following acceptance testClyhtsuriva1-9/+3 2021-06-27Fixing conflictsmanthole2-0/+139 2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822 2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11 2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82