Skip to content

Commit abf4fc2

Browse files
Fix crash
1 parent 62ceea4 commit abf4fc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ext.versions = [
2323
kotlin : '1.3.11',
2424
libs : '2.1',
2525
// App Versions:
26-
versionCode: 160,
27-
versionName: '1.6.0',
26+
versionCode: 161,
27+
versionName: '1.6.1',
2828
// Dependencies
2929
frames : '2.6.0',
3030
bottomNav : '2.3.3',

library/src/main/res/layout/activity_kuper.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717
<!--suppress AndroidElementNotAllowed -->
18-
<android.support.design.widget.CoordinatorLayout
18+
<androidx.coordinatorlayout.widget.CoordinatorLayout
1919
xmlns:android="http://schemas.android.com/apk/res/android"
2020
xmlns:app="http://schemas.android.com/apk/res-auto"
2121
android:id="@+id/mainCoordinatorLayout"
@@ -52,4 +52,4 @@
5252
android:clipToPadding="false"
5353
app:elevation="8dp" />
5454

55-
</android.support.design.widget.CoordinatorLayout>
55+
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 commit comments

Comments
 (0)