Skip to content

Commit

Permalink
Missing plugin for signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 11, 2023
1 parent 409ca60 commit bc7a856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/AndroidClient/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Apply necessary plugins
apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
apply plugin: 'signing'

// Define the version and group for the Maven package
version = "1.0.50"
Expand Down
1 change: 1 addition & 0 deletions src/AndroidClient/client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Apply necessary plugins
apply plugin: 'java'
apply plugin: 'maven-publish'
apply plugin: 'signing'

// Define the version and group for the Maven package
version = "1.0.50"
Expand Down

0 comments on commit bc7a856

Please sign in to comment.