Skip to content

Commit aedd0a9

Browse files
authoredMar 11, 2021
Merge pull request android#426 from yrezgui/jetnews-beta02
[Jetnews] Update to 7184376 snapshot
2 parents d48d0ed + df95fd8 commit aedd0a9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎JetNews/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292

9393
implementation 'androidx.appcompat:appcompat:1.3.0-beta01'
9494
implementation 'androidx.activity:activity-ktx:1.2.0'
95-
implementation 'androidx.core:core-ktx:1.5.0-beta01'
95+
implementation 'androidx.core:core-ktx:1.5.0-beta02'
9696
implementation "androidx.activity:activity-compose:1.3.0-alpha03"
9797

9898
implementation "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.0"

‎JetNews/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
buildscript {
18-
ext.kotlin_version = '1.4.30'
19-
ext.compose_version = '1.0.0-beta01'
18+
ext.kotlin_version = '1.4.31'
19+
ext.compose_version = '1.0.0-SNAPSHOT'
2020
ext.coroutines_version = '1.4.2'
2121

2222
repositories {
@@ -25,7 +25,7 @@ buildscript {
2525
}
2626

2727
dependencies {
28-
classpath 'com.android.tools.build:gradle:7.0.0-alpha08'
28+
classpath 'com.android.tools.build:gradle:7.0.0-alpha09'
2929
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3030
}
3131
}
@@ -36,6 +36,7 @@ plugins {
3636

3737
subprojects {
3838
repositories {
39+
maven { url "https://androidx.dev/snapshots/builds/7184376/artifacts/repository/" }
3940
google()
4041
jcenter()
4142
}

0 commit comments

Comments
 (0)