Skip to content

Commit f3e84b2

Browse files
committed
fix crash
1 parent 5f3c68e commit f3e84b2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<uses-permission android:name="android.permission.INTERNET" />
99

1010
<application
11-
android:allowBackup="true"
12-
android:fullBackupContent="true"
11+
android:allowBackup="false"
1312
android:icon="@mipmap/ic_launcher"
1413
android:label="@string/app_name"
1514
android:roundIcon="@mipmap/ic_launcher_round"

buildSrc/src/main/kotlin/Configurations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object versions {
4242

4343
object view {
4444
const val constraintLayout = "2.1.1"
45-
const val material = "1.5.0-alpha04"
45+
const val material = "1.4.0"
4646
const val recyclerView = "1.3.0-alpha01"
4747
}
4848

0 commit comments

Comments
 (0)