From c82d967b848abd6892adb936728d072b13486a86 Mon Sep 17 00:00:00 2001 From: Grzegorz Bobryk Date: Fri, 8 Sep 2023 20:57:42 +0200 Subject: [PATCH] [bugfix] CONTRIBUTING.adoc documentation Wrong gradle version. According to `gradle-wrapper.properties` files it should be at least v7.4.2. --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 413464c53..ab2bfe2d6 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -48,7 +48,7 @@ https://developer.android.com/studio/[AndroidStudio] === Building from source To build the source you will need to install -https://gradle.org/[Gradle] v4.7 or more. +https://gradle.org/[Gradle] v7.4.2 or more. We use Gradlew in the build scripts