File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
4141allprojects {
4242 repositories {
4343 mavenCentral()
44- maven { url = uri("https://dl.bintray.com/aakira/maven") } // for CrashReportingAntilog
44+ jcenter() // for Napier dependency
4545 }
4646}
4747```
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments