Skip to content

Commit

Permalink
Change maven to maven-publish #43
Browse files Browse the repository at this point in the history
This pr updates the plugin from `maven` to `maven-publish` since is deprecated and not supported from Gradle 7.0.
  • Loading branch information
fabriziofff authored Apr 15, 2022
1 parent a0d77ec commit b1dba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'maven'
apply plugin: 'maven-publish'

android {
compileSdkVersion 29
Expand Down

0 comments on commit b1dba4e

Please sign in to comment.