Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
master: Minor tweaks to gradle config. Updated coroutines.
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairsykes committed Mar 13, 2020
1 parent a9e711a commit 7be1188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
}

release {
shrinkResources true
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), "$project.rootDir/config/misc/proguard-rules.pro", "$project.rootDir/proguard-rules.pro"
testProguardFiles getDefaultProguardFile('proguard-android.txt'), "$project.rootDir/config/misc/proguardTest-rules.pro", "$project.rootDir/proguardTest-rules.pro"
versionNameSuffix " (#${getBuildNumber()})"
Expand Down
4 changes: 2 additions & 2 deletions kbarcode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.1.1'
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'com.google.firebase:firebase-ml-vision:24.0.1'
Expand All @@ -62,7 +62,7 @@ dependencies {
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
testImplementation 'androidx.test:runner:1.2.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.3'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.4'
//endregion

//region Instrumented Tests
Expand Down

0 comments on commit 7be1188

Please sign in to comment.