diff options
Diffstat (limited to 'Tests/Android/TestApp')
| -rw-r--r-- | Tests/Android/TestApp/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
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' } |
