From 53c6b753995ee383b3618b01b7b9afbf337b5d3c Mon Sep 17 00:00:00 2001 From: Ishan Dutta Date: Sun, 10 Sep 2017 05:00:40 +0530 Subject: [PATCH 1/2] fixing build to suppport latest gradle --- .gitignore | 17 +++++ app/app.iml | 87 +++++++----------------- app/build.gradle | 15 ++-- build.gradle | 50 +++++++------- gradle/wrapper/gradle-wrapper.properties | 4 +- 5 files changed, 77 insertions(+), 96 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d25039e --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Created by .ignore support plugin (hsz.mobi) +.gradle/ +.idea/ +.idea/compiler.xml +.idea/copyright/ +.idea/gradle.xml +.idea/libraries/support_annotations_21_0_3.xml +.idea/markdown-navigator/ +.idea/misc.xml +.idea/modules.xml +.idea/runConfigurations.xml +.idea/vcs.xml +.idea/workspace.xml +*/**/*.iml +FFmpeg-Video-Editor-Android.iml +build/ +local.properties diff --git a/app/app.iml b/app/app.iml index 86a2197..8da9360 100644 --- a/app/app.iml +++ b/app/app.iml @@ -9,7 +9,6 @@