Skip to content

Commit

Permalink
Using same gradle plugin as in nextcloud-library
Browse files Browse the repository at this point in the history
The `nextcloud-android-library` uses version `8.2.1` of the gradle plugin, so we have to use the same version for successful builds.

Signed-off-by: Elv1zz <[email protected]>
  • Loading branch information
Elv1zz committed Jan 10, 2024
1 parent 2189e3c commit e216f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
androidPluginVersion = '8.2.0'
androidPluginVersion = '8.2.1'
appCompatVersion = '1.6.1'
jacoco_version = '0.8.10'
kotlin_version = '1.8.22'
Expand Down

0 comments on commit e216f63

Please sign in to comment.