update Makefile.base: allow including binaries from libs/bin
[fanfix.git] / android / app / build.gradle.base
index 9f5260aa38f37cb149e6dc5b1522b79b80dfb8a7..4dac2b37d2714b487adef74e605194bb8724e374 100644 (file)
@@ -16,6 +16,13 @@ android {
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
         }
     }
+       sourceSets {
+               main {
+                       java {
+                               exclude ''
+                       }
+               }
+       }
 }
 
 dependencies {
@@ -26,3 +33,5 @@ dependencies {
     androidTestImplementation 'com.android.support.test:runner:1.0.1'
     androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
 }
+
+