Mercurial > gmapzoominvert
comparison app/build.gradle @ 3:c1204965159f
Update for new Maps version
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Wed, 05 Sep 2018 21:23:32 -0400 |
parents | fbccc77ea0e6 |
children | 3ec20fbf7dc5 |
comparison
equal
deleted
inserted
replaced
2:fbccc77ea0e6 | 3:c1204965159f |
---|---|
22 } | 22 } |
23 } | 23 } |
24 | 24 |
25 dependencies { | 25 dependencies { |
26 implementation fileTree(dir: 'libs', include: ['*.jar']) | 26 implementation fileTree(dir: 'libs', include: ['*.jar']) |
27 implementation 'com.android.support:appcompat-v7:27.1.1' | |
28 testImplementation 'junit:junit:4.12' | |
29 androidTestImplementation 'com.android.support.test:runner:1.0.2' | |
30 androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' | |
31 compileOnly 'de.robv.android.xposed:api:82' | 27 compileOnly 'de.robv.android.xposed:api:82' |
32 } | 28 } |