aboutsummaryrefslogtreecommitdiff
path: root/SamsungPrinterRecommendation/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'SamsungPrinterRecommendation/app/build.gradle')
-rw-r--r--SamsungPrinterRecommendation/app/build.gradle31
1 files changed, 31 insertions, 0 deletions
diff --git a/SamsungPrinterRecommendation/app/build.gradle b/SamsungPrinterRecommendation/app/build.gradle
new file mode 100644
index 0000000..1fa7cfe
--- /dev/null
+++ b/SamsungPrinterRecommendation/app/build.gradle
@@ -0,0 +1,31 @@
+apply plugin: 'com.android.application'
+
+android {
+ compileSdkVersion 'android-N'
+ buildToolsVersion "23.0.3"
+
+ defaultConfig {
+ applicationId "com.example.android.discovery.recommendation"
+ minSdkVersion 'N'
+ targetSdkVersion 'N'
+ versionCode 1
+ versionName "1.0"
+ }
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ }
+ }
+ lintOptions {
+ disable 'AllowBackup', 'GoogleAppIndexingWarning'
+ abortOnError false
+ checkReleaseBuilds true
+ }
+}
+
+dependencies {
+ compile fileTree(dir: 'libs', include: ['*.jar'])
+ compile 'com.android.support:appcompat-v7:23.3.0'
+ compile 'com.android.support:design:23.3.0'
+}