summaryrefslogtreecommitdiff
path: root/android/testData/snapshots/projects/lightSyncReference/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/testData/snapshots/projects/lightSyncReference/build.gradle')
-rw-r--r--android/testData/snapshots/projects/lightSyncReference/build.gradle25
1 files changed, 25 insertions, 0 deletions
diff --git a/android/testData/snapshots/projects/lightSyncReference/build.gradle b/android/testData/snapshots/projects/lightSyncReference/build.gradle
new file mode 100644
index 00000000000..1ab528755f5
--- /dev/null
+++ b/android/testData/snapshots/projects/lightSyncReference/build.gradle
@@ -0,0 +1,25 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+ ext.kotlin_version = '1.3.31'
+ repositories {
+ google()
+
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:3.6.0-dev'
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+} \ No newline at end of file