We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3c68e commit f3e84b2Copy full SHA for f3e84b2
app/src/main/AndroidManifest.xml
@@ -8,8 +8,7 @@
8
<uses-permission android:name="android.permission.INTERNET" />
9
10
<application
11
- android:allowBackup="true"
12
- android:fullBackupContent="true"
+ android:allowBackup="false"
13
android:icon="@mipmap/ic_launcher"
14
android:label="@string/app_name"
15
android:roundIcon="@mipmap/ic_launcher_round"
buildSrc/src/main/kotlin/Configurations.kt
@@ -42,7 +42,7 @@ object versions {
42
43
object view {
44
const val constraintLayout = "2.1.1"
45
- const val material = "1.5.0-alpha04"
+ const val material = "1.4.0"
46
const val recyclerView = "1.3.0-alpha01"
47
}
48
0 commit comments