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

Minor fixes

parent 94d152fc
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ dependencies {
implementation("com.android.support", "preference-v7", version)
implementation("com.android.support", "preference-v14", version)
}
implementation("com.android.support.constraint", "constraint-layout", "1.0.2")
implementation("com.android.support.constraint", "constraint-layout", "1.1.0-beta6")
// App Arch Lifecycle
withVersion("1.1.0") {
......
......@@ -62,7 +62,8 @@
<android.support.v7.widget.Toolbar
android:id="@+id/formatting_toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
android:layout_height="?attr/actionBarSize"
app:contentInsetStart="0dip">
<HorizontalScrollView
android:layout_width="match_parent"
......
......@@ -19,12 +19,6 @@ dependencies {
implementation("org.threeten", "threetenbp", "1.3.6")
implementation("io.reactivex.rxjava2:rxjava:2.1.9")
withVersion("2.15") {
implementation("com.google.dagger", "dagger", version)
kapt("com.google.dagger", "dagger-compiler", version)
}
implementation(project(":invokerannotations"))
kapt(project(":invokergenerator"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment