File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
implementation " androidx.annotation:annotation:1.1.0"
34
34
35
35
// SpaceAPI Library
36
- implementation " spaceapi-community:spaceapi-kt:0.2.1 "
36
+ implementation " io.github. spaceapi-community:spaceapi-kt:0.3.0 "
37
37
38
38
// JUnit for testing
39
39
testImplementation ' junit:junit:4.13.1'
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
repositories {
5
- jcenter ()
5
+ mavenCentral ()
6
6
google()
7
7
}
8
8
9
9
dependencies {
10
+ // Android gradle integration
10
11
classpath ' com.android.tools.build:gradle:4.1.0'
12
+
11
13
// NOTE: Do not place your application dependencies here; they belong
12
14
// in the individual module build.gradle files
13
15
}
14
16
}
15
17
16
18
allprojects {
17
19
repositories {
18
- jcenter()
19
- maven { url " https://dl.bintray.com/spaceapi-community/maven" }
20
+ mavenCentral()
20
21
google()
21
22
}
22
23
}
You can’t perform that action at this time.
0 commit comments