Skip to content
Prev Previous commit
Next Next commit
[Jetnews] Update to snapshot 7030654
  • Loading branch information
JolandaVerhoef committed Dec 14, 2020
commit b6abae4b9e1a8e968b68e90c434d53ea2ae3089d
4 changes: 2 additions & 2 deletions JetNews/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

buildscript {
ext.kotlin_version = '1.4.20'
ext.kotlin_version = '1.4.21'
ext.compose_version = '1.0.0-SNAPSHOT'
ext.coroutines_version = '1.4.2'

Expand All @@ -37,7 +37,7 @@ plugins {
subprojects {
repositories {
maven {
def snapshot = "7024175"
def snapshot = "7030654"
url "https://androidx.dev/snapshots/builds/$snapshot/artifacts/repository/"
}
google()
Expand Down