Skip to content

Commit f259dc7

Browse files
committed
Merge branch 'master' into develop
2 parents f6a26cf + d63002f commit f259dc7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![moko-crash-reporting](https://user-images.githubusercontent.com/701307/98647965-37858400-2368-11eb-98e8-6e62d75fa6af.png)
2-
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Download](https://img.shields.io/maven-central/v/dev.icerock.moko/crash-reporting) ](https://repo1.maven.org/maven2/dev/icerock/moko/crash-reporting) ![kotlin-version](https://img.shields.io/badge/kotlin-1.4.31-orange)
2+
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Download](https://img.shields.io/maven-central/v/dev.icerock.moko/crash-reporting-core) ](https://repo1.maven.org/maven2/dev/icerock/moko/crash-reporting-core) ![kotlin-version](https://img.shields.io/badge/kotlin-1.4.31-orange)
33

44
# Mobile Kotlin crash report
55

@@ -41,7 +41,7 @@ root build.gradle
4141
allprojects {
4242
repositories {
4343
mavenCentral()
44-
maven { url = uri("https://dl.bintray.com/aakira/maven") } // for CrashReportingAntilog
44+
jcenter() // for Napier dependency
4545
}
4646
}
4747
```

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ allprojects {
3030
mavenCentral()
3131
google()
3232

33-
maven { url = uri("https://dl.bintray.com/aakira/maven") }
34-
3533
jcenter {
3634
content {
3735
includeGroup("org.jetbrains.trove4j")
3836
includeGroup("org.jetbrains.kotlinx")
37+
includeGroup("com.github.aakira")
3938
}
4039
}
4140
}

0 commit comments

Comments
 (0)