File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Run UI tests from Android Studio or with the `./gradlew connectedCheck` command.
82
82
## License
83
83
84
84
```
85
- Copyright 2019 Google, Inc.
85
+ Copyright 2020 The Android Open Source Project
86
86
87
87
Licensed to the Apache Software Foundation (ASF) under one or more contributor
88
88
license agreements. See the NOTICE file distributed with this work for
Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext. kotlin_version = ' 1.3.72'
19
- ext. compose_version = ' 0.1.0-SNAPSHOT '
19
+ ext. compose_version = ' 0.1.0-dev14 '
20
20
21
21
repositories {
22
22
google()
@@ -30,8 +30,6 @@ buildscript {
30
30
31
31
allprojects {
32
32
repositories {
33
- def snapshot = ' 6602655'
34
- maven { url " https://androidx.dev/snapshots/builds/$snapshot /artifacts/ui/repository" }
35
33
google()
36
34
jcenter()
37
35
}
You can’t perform that action at this time.
0 commit comments