We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e0fbe commit b08f313Copy full SHA for b08f313
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
ext.kotlin_version = '1.3.50'
5
repositories {
6
google()
7
- jcenter()
+ mavenCentral()
8
}
9
dependencies {
10
classpath 'com.android.tools.build:gradle:3.5.1'
@@ -18,7 +18,7 @@ buildscript {
18
allprojects {
19
20
21
22
23
24
cardstackview/build.gradle
@@ -1,11 +1,5 @@
1
apply plugin: 'com.android.library'
2
3
-buildscript {
- repositories {
- }
-}
-
android {
compileSdkVersion 28
11
0 commit comments