File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,7 +271,9 @@ implementation("io.github.tyczj:tweedle:0.5.0")
271271Android
272272``` kotlin
273273android{
274- debug { matchingFallbacks = [' release' ] }
274+ buildTypes {
275+ debug { matchingFallbacks = [' release' ] }
276+ }
275277}
276278
277279implementation ' io.github.tyczj:tweedle-android:0.5.0'
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ plugins {
66 id(" kotlinx-serialization" )
77 id(" maven-publish" )
88 id(" signing" )
9- id(" org.jetbrains.dokka" ) version " 1.6.10"
109}
1110
1211repositories {
@@ -20,7 +19,7 @@ val javadocJar by tasks.registering(Jar::class) {
2019}
2120
2221group = " io.github.tyczj"
23- version = " 0.5.2 "
22+ version = " 0.5.1 "
2423
2524kotlin {
2625 android{
@@ -92,7 +91,7 @@ android {
9291 }
9392
9493 packagingOptions {
95- excludes.add(" META-INF/*.kotlin_module" )
94+ resources. excludes.add(" META-INF/*.kotlin_module" )
9695 }
9796 compileOptions {
9897 sourceCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments