diff --git a/app/build.gradle b/app/build.gradle
index 6256c09..c191e3a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -39,7 +39,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.legacy:legacy-support-core-ui:1.0.0'
implementation 'androidx.fragment:fragment:1.3.6'
- implementation 'androidx.appcompat:appcompat:1.4.0-beta01'
+ implementation 'androidx.appcompat:appcompat:1.4.0-rc01'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation 'com.google.android.material:material:1.4.0'
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 54963a6..100d18d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -81,7 +81,7 @@
About
Version
Source Code
- https://cgit.typeblog.net/Shelter
+ https://gitea.angry.im/PeterCxy/Shelter
Translate
https://weblate.typeblog.net/projects/shelter/shelter/
Bug Report / Issue Tracker
diff --git a/build.gradle b/build.gradle
index 193e697..42810d6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.0.2'
+ classpath 'com.android.tools.build:gradle:7.0.3'
// NOTE: Do not place your application dependencies here; they belong