From 46f08fce3fe6eff39180a23b27fbd349c004ba6f Mon Sep 17 00:00:00 2001
From: haijiang <181069201@qq.com>
Date: Fri, 29 Jun 2018 17:30:25 +0800
Subject: [PATCH] 提交
---
app/build.gradle | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index b06e97a..a6cf203 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 25
+ compileSdkVersion 26
defaultConfig {
applicationId "com.moral.screen"
minSdkVersion 15
@@ -32,6 +32,8 @@
compile 'com.lzy.net:okgo:2.1.4'
compile 'com.lzy.net:okserver:1.1.3'
compile 'org.greenrobot:eventbus:3.0.0'
- compile 'com.jaeger.statusbarutil:library:1.4.0'
compile project(':andbrickslib')
+ compile('com.github.niorgai:StatusBarCompat:2.1.4', {
+ exclude group: 'com.android.support'
+ })
}
--
Gitblit v1.8.0