From e6c75cc0385a4a21fbdb4bab66032bee93ccdc41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Delvandro=20Nit=C3=A3o?= Date: Wed, 29 Nov 2017 20:50:12 -0200 Subject: [PATCH] added project properties --- app/build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fed186f..000e264 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,5 +27,5 @@ dependencies { compile 'com.android.support:support-v4:25.0.0' compile 'com.android.support.constraint:constraint-layout:1.0.2' testCompile 'junit:junit:4.12' - implementation project(':axactandroid-release-all-v3.2.6-015') + implementation project(':axactandroid-release-all-v3.2.6-016') } diff --git a/settings.gradle b/settings.gradle index 55ec6aa..daad362 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':axactandroid-release-all-v3.2.6-015' \ No newline at end of file +include ':app', ':axactandroid-release-all-v3.2.6-016' \ No newline at end of file