diff --git a/android_demo/android/build.gradle b/android_demo/android/build.gradle index f98467ea..26071c75 100644 --- a/android_demo/android/build.gradle +++ b/android_demo/android/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.neenbedankt.android-apt' android { compileSdkVersion rootProject.compileSdkVersion buildToolsVersion rootProject.buildToolsVersion - +function b defaultConfig { applicationId "com.openlocationcode.android" minSdkVersion rootProject.minSdkVersion @@ -19,13 +19,13 @@ android { } } } - +function b dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion" compile "com.android.support:design:$rootProject.supportLibraryVersion" - +function b // Dagger dependencies apt "com.google.dagger:dagger-compiler:$rootProject.daggerVersion" provided 'org.glassfish:javax.annotation:10.0-b28'