Skip to content

Commit

Permalink
Add the signing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Sep 25, 2024
1 parent 0279aba commit dd9feaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id("org.jetbrains.kotlin.android")
id("org.jetbrains.kotlin.plugin.serialization")
id("maven-publish")
id("signing")
}

val libVersionName by extra(version as String)
Expand Down
1 change: 1 addition & 0 deletions navigation-fragments/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
id("maven-publish")
id("signing")
}

val libVersionName by extra(version as String)
Expand Down

0 comments on commit dd9feaa

Please sign in to comment.