[android] Add new project level build.gradle

Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
Arnaud Vergnet 2023-08-26 09:29:40 +02:00 committed by Roman Tsisyk
parent 480fa6c2fc
commit 331b030248

5
android/build.gradle Normal file
View file

@ -0,0 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
}