File tree Expand file tree Collapse file tree 4 files changed +33
-331
lines changed
Expand file tree Collapse file tree 4 files changed +33
-331
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ buildscript {
2626 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${Constants .BuildScript .kotlinVersion} " )
2727 classpath(" org.jetbrains.dokka:dokka-gradle-plugin:${Constants .BuildScript .dokkaVersion} " )
2828 // releasing
29- classpath(" io.github .gradle-nexus:publish- plugin:${ Constants . BuildScript .publishVersion} " )
29+ classpath(" com.wultra .gradle:android-release-gradle- plugin:1.+ " ) // Wultra releasing plugin (latest 1.x version )
3030 // tests
3131 classpath(" com.github.bjoernq:unmockplugin:0.7.9" )
3232 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ plugins {
2222 id(" org.jetbrains.dokka" )
2323}
2424
25+ apply< com.wultra.plugin.WultraAndroidReleasePlugin > ()
26+
2527android {
2628
2729 namespace = " com.wultra.android.mtokensdk"
@@ -99,5 +101,3 @@ dependencies {
99101 androidTestImplementation(" androidx.test:core:1.6.1" )
100102 androidTestImplementation(platform(" org.jetbrains.kotlin:kotlin-bom:${Constants .BuildScript .kotlinVersion} " ))
101103}
102-
103- apply (" android-release-aar.gradle" )
You can’t perform that action at this time.
0 commit comments