DT @02.01.2016: ReportWF refactored und erweitert. Kategorien in strings.xml hinzugefügt. InAppBillingService hinzugefügt (muss jedoch noch implementiert werden)
This commit is contained in:
@@ -40,13 +40,16 @@ dependencies {
|
||||
compile('com.twitter.sdk.android:twitter-core:1.4.1@aar') {
|
||||
transitive = true;
|
||||
}
|
||||
compile('com.mikepenz:materialdrawer:4.5.8@aar') {
|
||||
transitive = true
|
||||
}
|
||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||
compile 'com.mikepenz:iconics-core:2.5.1@aar'
|
||||
compile 'com.mikepenz:google-material-typeface:2.1.0.1.original@aar'
|
||||
compile 'com.google.android.gms:play-services-gcm:8.3.0'
|
||||
compile 'com.google.android.gms:play-services-plus:8.3.0'
|
||||
compile 'com.google.android.gms:play-services-location:8.3.0'
|
||||
compile 'com.google.android.gms:play-services-ads:8.3.0'
|
||||
compile 'com.google.android.gms:play-services-gcm:8.4.0'
|
||||
compile 'com.google.android.gms:play-services-plus:8.4.0'
|
||||
compile 'com.google.android.gms:play-services-location:8.4.0'
|
||||
compile 'com.google.android.gms:play-services-ads:8.4.0'
|
||||
compile 'com.facebook.android:facebook-android-sdk:4.8.1'
|
||||
compile 'com.beardedhen:androidbootstrap:2.0.1'
|
||||
compile 'com.mcxiaoke.volley:library:1.0.19'
|
||||
@@ -54,7 +57,4 @@ dependencies {
|
||||
compile 'com.google.code.gson:gson:2.4'
|
||||
compile 'com.google.maps.android:android-maps-utils:0.4'
|
||||
compile 'com.android.support:support-v4:23.1.1'
|
||||
compile('com.mikepenz:materialdrawer:4.5.8@aar') {
|
||||
transitive = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user