Added option to support the development by donating.

This commit is contained in:
Karim Abou Zeid 2015-08-26 18:05:12 +02:00
commit d869a87d98
8 changed files with 104 additions and 7 deletions

View file

@ -101,6 +101,8 @@ dependencies {
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.anjlab.android.iab.v3:library:1.0.26'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
}