[android] Add new project level build.gradle
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
parent
54c9882c12
commit
18c68d215e
1 changed files with 5 additions and 0 deletions
5
android/build.gradle
Normal file
5
android/build.gradle
Normal 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
|
||||
}
|
Reference in a new issue