diff --git a/android/build.gradle b/android/build.gradle new file mode 100644 index 0000000000..0ebef73860 --- /dev/null +++ b/android/build.gradle @@ -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 +} \ No newline at end of file