diff --git a/BUILDING.md b/BUILDING.md index 4cf61f7e49..759028da1d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -17,7 +17,7 @@ section below. To build Filament for Android you must also install the following: -- Android Studio 3.6 or more recent +- Android Studio 4.0 or more recent - Android SDK - Android NDK "side-by-side" 21 or higher diff --git a/android/build.gradle b/android/build.gradle index a9d150b750..6d1ec8d039 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -61,6 +61,7 @@ buildscript { ] dependencies { + // NOTE: Do not update to 4.0.0, there is a bug breaking our build, 4.0.1 will have a fix classpath 'com.android.tools.build:gradle:3.6.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}" } diff --git a/android/buildSrc/build.gradle b/android/buildSrc/build.gradle new file mode 100644 index 0000000000..b965e9bb6e --- /dev/null +++ b/android/buildSrc/build.gradle @@ -0,0 +1,3 @@ +repositories { + mavenCentral() +} diff --git a/android/buildSrc/settings.gradle b/android/buildSrc/settings.gradle new file mode 100644 index 0000000000..e69de29bb2