[INTERMEDIATE STATE] Pager implementation started

Seems not to work at all. We need to have a further look into this.
At least it is somehow not crashing anymore...
This commit is contained in:
Alexander Doerflinger
2017-08-10 16:54:55 +02:00
parent 9494c081d1
commit a25a12b8c7
26 changed files with 566 additions and 100 deletions

View File

@@ -24,8 +24,10 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.+'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:+'
compile 'devlight.io:navigationtabbar:1.2.5'
testCompile 'junit:junit:4.12'
compile 'com.android.support:design:25.3.1'
}