浏览代码

Update flexibleadapter ui dependency

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 年之前
父节点
当前提交
015fefb9ac
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 1
      app/build.gradle
  2. 1 2
      app/src/main/res/layout/rv_item_menu.xml

+ 1 - 1
app/build.gradle

@@ -124,7 +124,7 @@ dependencies {
     implementation 'com.github.HITGIF:TextFieldBoxes:1.4.1'
 
     implementation 'eu.davidea:flexible-adapter:5.0.0-rc4'
-    implementation 'eu.davidea:flexible-adapter-ui:1.0.0-b1'
+    implementation 'eu.davidea:flexible-adapter-ui:1.0.0-b2'
 
     implementation 'com.github.bumptech.glide:glide:4.3.0'
     annotationProcessor 'com.github.bumptech.glide:compiler:4.3.0'

+ 1 - 2
app/src/main/res/layout/rv_item_menu.xml

@@ -21,8 +21,7 @@
 
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                 android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-    >
+                android:layout_height="wrap_content">
 
     <TextView
         android:id="@+id/menu_text"