diff --git a/app/build.gradle b/app/build.gradle
index 907d8c31b..b2e2186b1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -120,7 +120,8 @@ dependencies {
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
//Arch LifeCycle
- implementation("androidx.lifecycle:lifecycle-extensions:${versions.lifecycle}")
+ implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:${versions.lifecycle}")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:${versions.lifecycle}")
implementation("androidx.lifecycle:lifecycle-viewmodel-savedstate:${versions.lifecycle}")
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 1303c9ae6..a17512feb 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -50,10 +50,14 @@
android:name="android.hardware.touchscreen"
android:required="false" />
+
+
+ ~
+ ~ Aurora Store is free software: you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation, either version 2 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ Aurora Store is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with Aurora Store. If not, see .
+ ~
+ -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+