diff --git a/app/build.gradle b/app/build.gradle index 22ff8365..de2a18aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { applicationId 'org.metabrainz.android' minSdk 21 targetSdk 33 - versionCode 54 - versionName "6.1.0" + versionCode 55 + versionName "6.1.1" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -95,7 +95,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' - implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.10' + implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.7' implementation 'androidx.paging:paging-runtime-ktx:3.1.1' //Image downloading and Caching library @@ -146,7 +146,7 @@ dependencies { //Test Setup testImplementation 'junit:junit:4.13.2' - testImplementation 'com.squareup.okhttp3:mockwebserver:5.0.0-alpha.10' + testImplementation 'com.squareup.okhttp3:mockwebserver:5.0.0-alpha.7' testImplementation 'androidx.arch.core:core-testing:2.1.0' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4' @@ -165,5 +165,5 @@ dependencies { implementation "androidx.room:room-ktx:2.4.3" // Jetpack Compose accompanists (https://github.com/google/accompanist) - implementation "com.google.accompanist:accompanist-systemuicontroller:0.27.0" + implementation 'com.google.accompanist:accompanist-systemuicontroller:0.28.0' } \ No newline at end of file diff --git a/gradlew b/gradlew old mode 100644 new mode 100755