From 63b87b529196c056fb4d96a58eded3936d3445f2 Mon Sep 17 00:00:00 2001
From: haijiang <181069201@qq.com>
Date: Tue, 17 Jul 2018 16:19:35 +0800
Subject: [PATCH] 提交

---
 app/build.gradle |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index a6cf203..334d2fc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,6 +11,20 @@
         multiDexEnabled true
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     }
+    signingConfigs {
+        // your debug keystore
+        debug {
+            keyAlias 'moral'
+            keyPassword 'moral123456'
+            storeFile file("C:\\Users\\Administrator\\Desktop\\key\\key.jks")
+            storePassword 'moral123456'
+        }
+    }
+    sourceSets {
+        main {
+            jniLibs.srcDir 'libs'
+        }
+    }
     buildTypes {
         release {
             minifyEnabled false
@@ -36,4 +50,6 @@
     compile('com.github.niorgai:StatusBarCompat:2.1.4', {
         exclude group: 'com.android.support'
     })
+    compile 'com.github.lecho:hellocharts-library:1.5.8@aar'
+    compile 'pub.devrel:easypermissions:0.4.0'
 }

--
Gitblit v1.8.0