File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ dependencies {
17
17
18
18
dependencyResolutionManagement {
19
19
repositories {
20
+ mavenCentral()
20
21
maven {
21
- url "https://s01.oss. sonatype.org/content/repositories/ snapshots/"
22
+ url "https://central. sonatype.com/repository/maven- snapshots/"
22
23
}
23
24
}
24
25
}
25
26
```
26
- Snapshots of the development version are available in [ Sonatype 's snapshots repository ] ( https://s01.oss. sonatype.org/content/repositories/snapshots/ ) .
27
+ Snapshots of the development version are available in [ Maven Central 's snapshotsrepository ] ( https://central. sonatype.com/repository/maven-snapshot ) .
27
28
28
29
## Releasing a new version
29
30
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ plugins {
7
7
}
8
8
9
9
group = " cloud.eppo"
10
- version = " 4.10.0"
10
+ version = " 4.10.1-SNAPSHOT"
11
+
11
12
12
13
android {
13
14
buildFeatures. buildConfig true
You can’t perform that action at this time.
0 commit comments