File tree 2 files changed +4
-4
lines changed
library/src/main/res/layout
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ ext.versions = [
23
23
kotlin : ' 1.3.11' ,
24
24
libs : ' 2.1' ,
25
25
// App Versions:
26
- versionCode : 160 ,
27
- versionName : ' 1.6.0 ' ,
26
+ versionCode : 161 ,
27
+ versionName : ' 1.6.1 ' ,
28
28
// Dependencies
29
29
frames : ' 2.6.0' ,
30
30
bottomNav : ' 2.3.3' ,
Original file line number Diff line number Diff line change 15
15
~ limitations under the License.
16
16
-->
17
17
<!-- suppress AndroidElementNotAllowed -->
18
- <android .support.design .widget.CoordinatorLayout
18
+ <androidx .coordinatorlayout .widget.CoordinatorLayout
19
19
xmlns : android =" http://schemas.android.com/apk/res/android"
20
20
xmlns : app =" http://schemas.android.com/apk/res-auto"
21
21
android : id =" @+id/mainCoordinatorLayout"
52
52
android : clipToPadding =" false"
53
53
app : elevation =" 8dp" />
54
54
55
- </android .support.design .widget.CoordinatorLayout>
55
+ </androidx .coordinatorlayout .widget.CoordinatorLayout>
You can’t perform that action at this time.
0 commit comments