Skip to content

Commit

Permalink
chore(android): maven publish fix with dependencies (#6580)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole authored May 9, 2023
1 parent 8cb26cd commit 50fcabc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/capacitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ android {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
publishing {
singleVariant("release")
}
}

repositories {
Expand Down

0 comments on commit 50fcabc

Please sign in to comment.