From b450cea7e249d521ba9ebf3d186db45656b9fcc4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 15 Jan 2019 01:22:18 +0100 Subject: Android: starting to use CMake to build AndroidStudio files. --- CMake/Android/build.gradle.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CMake/Android/build.gradle.in (limited to 'CMake/Android/build.gradle.in') diff --git a/CMake/Android/build.gradle.in b/CMake/Android/build.gradle.in new file mode 100644 index 000000000..f48a2c6ec --- /dev/null +++ b/CMake/Android/build.gradle.in @@ -0,0 +1,17 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +buildscript { + repositories { + jcenter() + google() + } + dependencies { + classpath 'com.android.tools.build:gradle:3.2.1' + } +} + +allprojects { + repositories { + jcenter() + google() + } +} -- cgit v1.2.3