Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatoreAD committed May 17, 2021
1 parent ab24a90 commit 22e861b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprojects {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion project.compileSdkVersion
Expand All @@ -13,7 +14,7 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:25.1.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
}

apply from: '../library-release.gradle'

0 comments on commit 22e861b

Please sign in to comment.