From b0faa31d299c4c116fa57ea512b1cd16d04851cb Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 7 Mar 2019 23:45:27 -0800 Subject: Updated Android build settings --- Tests/Android/TestApp/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Tests/Android/TestApp/build.gradle') diff --git a/Tests/Android/TestApp/build.gradle b/Tests/Android/TestApp/build.gradle index 3217c6c..70e486a 100644 --- a/Tests/Android/TestApp/build.gradle +++ b/Tests/Android/TestApp/build.gradle @@ -24,6 +24,5 @@ buildDir '../build/TestApp' dependencies { implementation project(":Common") implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.android.support:appcompat-v7:25.4.0' - implementation 'com.android.support.constraint:constraint-layout:1.0.1' + implementation 'com.android.support:appcompat-v7:28.0.0' } -- cgit v1.2.3