Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyMuse committed Dec 20, 2021
2 parents 3b4c4f3 + 828ad10 commit 7f8e910
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
glide = "4.12.0"
constraint_layout = '2.1.2'
coroutines = '1.5.2-native-mt'
nav_version = '2.4.0-beta02'
nav_version = '2.4.0-rc01'
rx = '3.0.0'
material = "1.4.0"
moshi = "1.13.0"
Expand All @@ -33,7 +33,7 @@ buildscript {


//app only
room_version = "2.4.0-rc01"
room_version = "2.4.0"


//tests
Expand All @@ -53,7 +53,7 @@ buildscript {
verName = "1.0.0"
testRunner = "androidx.test.runner.AndroidJUnitRunner"

kotlin_version = '1.5.31'
kotlin_version = '1.6.10'
}

repositories {
Expand Down

0 comments on commit 7f8e910

Please sign in to comment.