Android samples: add fragment example (#233)

This commit is contained in:
Mathieu De Brito
2016-11-08 17:45:10 +01:00
committed by Emux
parent afd03809e8
commit 6cb40e1c15
6 changed files with 134 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ dependencies {
compile project(':vtm-jts')
compile project(':vtm-themes')
compile 'com.noveogroup.android:android-logger:1.3.6'
compile 'com.android.support:support-v4:25.0.0'
}
android {