From c4b015770e8a29f18e19cc44b3df46c20a4762f4 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 10 八月 2021 10:17:42 +0800 Subject: [PATCH] 2021-08-10 1.更新 --- app/build.gradle | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7e631d3..a0cc534 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ minSdkVersion 17 targetSdkVersion 28 versionCode 1 - versionName "1.0.1" + versionName "1.0.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -21,6 +21,7 @@ } dependencies { +// implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:28+' implementation 'com.android.support.constraint:constraint-layout:1.1.0' -- Gitblit v1.8.0