Skip to content

Commit

Permalink
Release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Dec 10, 2022
1 parent e03cb12 commit 23f4573
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand All @@ -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'
}
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 23f4573

Please sign in to comment.