Skip to content
Snippets Groups Projects
Commit 703ddffe authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Added resources missing from last version

parent 7a1204e0
No related branches found
No related tags found
No related merge requests found
Showing with 8 additions and 10 deletions
......@@ -114,22 +114,18 @@ if ('assemble' in runTasks || 'assembleRelease' in runTasks || 'aR' in runTasks)
dependencies {
testCompile 'junit:junit:4.12'
compile('com.mikepenz:materialdrawer:5.0.0.b21-SNAPSHOT@aar') {
transitive = true
}
compile('com.github.afollestad.material-dialogs:core:0.8.5.3@aar') {
transitive = true
}
compile('com.github.afollestad.material-dialogs:commons:0.8.5.3@aar') {
transitive = true
}
// General Java libs
compile 'com.google.guava:guava:19.0'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'joda-time:joda-time:2.9.1'
compile 'org.joda:joda-convert:1.8'
compile 'com.bignerdranch.android:expandablerecyclerview:2.0.4'
// UI Libs
compile(name:'asup-release', ext:'aar')
compile('com.mikepenz:materialdrawer:5.0.0.b21-SNAPSHOT@aar') { transitive = true }
compile('com.github.afollestad.material-dialogs:core:0.8.5.3@aar') { transitive = true }
compile('com.github.afollestad.material-dialogs:commons:0.8.5.3@aar') { transitive = true }
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
......@@ -137,9 +133,11 @@ dependencies {
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
// Setting autobinding
compile(name:'aspm-annotations', ext:'jar')
apt(name:'aspm-compiler', ext:'jar')
// UI autobinding
compile 'com.jakewharton:butterknife:8.0.0-SNAPSHOT'
apt 'com.jakewharton:butterknife-compiler:8.0.0-SNAPSHOT'
}
app/src/main/res/drawable-hdpi/ic_history_dark.png

796 B

app/src/main/res/drawable-hdpi/ic_history_light.png

1.21 KiB

app/src/main/res/drawable-mdpi/ic_history_dark.png

504 B

app/src/main/res/drawable-mdpi/ic_history_light.png

828 B

app/src/main/res/drawable-xhdpi/ic_history_dark.png

876 B

app/src/main/res/drawable-xhdpi/ic_history_light.png

1.42 KiB

app/src/main/res/drawable-xxhdpi/ic_history_dark.png

1.37 KiB

app/src/main/res/drawable-xxhdpi/ic_history_light.png

2.14 KiB

app/src/main/res/drawable-xxxhdpi/ic_history_dark.png

1.82 KiB

app/src/main/res/drawable-xxxhdpi/ic_history_light.png

2.91 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment