Skip to content

Commit ee0c453

Browse files
authored
Merge branch 'master' into develop
2 parents bc46d19 + 497c898 commit ee0c453

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

JetNews/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Run UI tests from Android Studio or with the `./gradlew connectedCheck` command.
8282
## License
8383

8484
```
85-
Copyright 2019 Google, Inc.
85+
Copyright 2020 The Android Open Source Project
8686
8787
Licensed to the Apache Software Foundation (ASF) under one or more contributor
8888
license agreements. See the NOTICE file distributed with this work for

JetNews/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildscript {
1818
ext.kotlin_version = '1.3.72'
19-
ext.compose_version = '0.1.0-SNAPSHOT'
19+
ext.compose_version = '0.1.0-dev14'
2020

2121
repositories {
2222
google()
@@ -30,8 +30,6 @@ buildscript {
3030

3131
allprojects {
3232
repositories {
33-
def snapshot = '6602655'
34-
maven { url "https://androidx.dev/snapshots/builds/$snapshot/artifacts/ui/repository" }
3533
google()
3634
jcenter()
3735
}

0 commit comments

Comments
 (0)