Skip to content

Commit

Permalink
seperate uihouse and lint module
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Gill committed Jul 28, 2022
1 parent 3a07ca6 commit 655c97a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_main_screen.xml
Expand Up @@ -72,7 +72,7 @@

<!--less focus text like all rights reserved @copyright etc-->
<TextView
style="@style/Mifos.DesignSystem.TextStyle.SecondaryText"
style="@style/Mifos.DesignSystem.TextStyle.Label"
android:layout_gravity="center"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
Expand Down
2 changes: 0 additions & 2 deletions uihouse/build.gradle
Expand Up @@ -51,6 +51,4 @@ dependencies {

testImplementation libraries.junit
androidTestImplementation libraries.android_tests

lintPublish project(":lint")
}

0 comments on commit 655c97a

Please sign in to comment.