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/README.md b/README.md index 36252a0..e1d8cd8 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,10 @@ https://androidlearnersite.wordpress.com/2017/03/17/ffmpeg-video-editor/ Below is the playstore link for the demo app- -https://play.google.com/store/apps/details?id=videoeditor.bhuvnesh.com.ffmpegvideoeditor \ No newline at end of file +https://play.google.com/store/apps/details?id=videoeditor.bhuvnesh.com.ffmpegvideoeditor +### Support: + +If you want the good work to continue please support us on + +* [PAYPAL](https://www.paypal.me/ishandutta2007) +* [BITCOIN ADDRESS: 3LZazKXG18Hxa3LLNAeKYZNtLzCxpv1LyD](https://www.coinbase.com/join/5a8e4a045b02c403bc3a9c0c) 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 @@