0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Anki-Android/AnkiDroid
lukstbit 6b65c45386 Use plugins block to declare the plugins used
See https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block
The plugins that are to be used in different modules are added in the
top level build file with apply "false"(doesn't make sense to apply
them on the root project). Then the project modules, from the plugins
already available on the classpath, actually apply the ones they need.

Ktlint plugin was applied directly to all subprojects(initially it
was added through allprojects {} but it doesn't make sense to add it
to the root project as it doesn't contain source code, so
subprojects{} was used instead).

The amazonappstorepublisher plugin also required some custom
configuration as we need the latest versions which are not available
in mavenCentral() but can be fetched from jitpack.io.
2023-08-31 20:52:04 -05:00
..
src Updated strings from Crowdin 2023-08-31 10:16:46 -05:00
.gitignore
build.gradle Use plugins block to declare the plugins used 2023-08-31 20:52:04 -05:00
jacoco.gradle revert jacoco from 0.8.9 to 0.8.8 - macOS runner cannot find it 2023-04-16 00:18:38 +01:00
proguard-rules.pro
robolectricDownloader.gradle build: update targetSdkVersion to 32 2023-08-18 15:05:57 -05:00