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

Commit

Permalink
chore: Set version to 1.3.4 (5) + Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardzettervall committed Mar 24, 2020
1 parent ecf327e commit 43c1db9
Showing 1 changed file 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 @@ -21,8 +21,8 @@ android {
applicationId "tech.zettervall.notes"
minSdkVersion 21
targetSdkVersion 29
versionCode 4
versionName "1.3.4"
versionCode 5
versionName "1.3.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation "androidx.preference:preference:1.1.0"

// JUnit4
testImplementation "junit:junit:4.12"
testImplementation "junit:junit:4.13"
androidTestImplementation "androidx.test:runner:1.2.0"
androidTestImplementation "androidx.test:rules:1.2.0"
androidTestImplementation "androidx.test.ext:junit:1.1.1"
Expand All @@ -93,7 +93,7 @@ dependencies {
testImplementation "org.robolectric:robolectric:4.3"

// Room
def roomVersion = "2.2.4"
def roomVersion = "2.2.5"
implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
testImplementation "androidx.room:room-testing:$roomVersion"
Expand All @@ -107,7 +107,7 @@ dependencies {
implementation "androidx.recyclerview:recyclerview:1.1.0"

// Paging
implementation "androidx.paging:paging-runtime:2.1.1"
implementation "androidx.paging:paging-runtime:2.1.2"

// Parceler
def parcelerVersion = "1.1.13"
Expand Down

0 comments on commit 43c1db9

Please sign in to comment.