aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-12-26 22:35:53 +0100
committerMinteck <contact@minteck.org>2022-12-26 22:35:53 +0100
commitc31de93af40d21ddc64fb4e21a929f2a28baabd4 (patch)
treee79b9590b8f8394aaae563f0a044250c92c0bf66
parentb9b11bc1506a7fbc89da707dbc3a4f977dcd6a0f (diff)
downloadponypush-c31de93af40d21ddc64fb4e21a929f2a28baabd4.tar.gz
ponypush-c31de93af40d21ddc64fb4e21a929f2a28baabd4.tar.bz2
ponypush-c31de93af40d21ddc64fb4e21a929f2a28baabd4.zip
Update dependencies
-rw-r--r--app/build.gradle6
-rw-r--r--app/src/main/AndroidManifest.xml2
-rw-r--r--app/src/main/res/values/values.xml3
3 files changed, 6 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b7c5500..bb096ae 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -96,7 +96,7 @@ dependencies {
implementation "androidx.core:core-ktx:1.9.0"
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.activity:activity-ktx:1.6.1"
- implementation "androidx.fragment:fragment-ktx:1.5.4"
+ implementation "androidx.fragment:fragment-ktx:1.5.5"
implementation "androidx.work:work-runtime-ktx:2.7.1"
implementation 'androidx.preference:preference-ktx:1.2.0'
@@ -112,7 +112,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
// Firebase, sigh ... (only Google Play)
- playImplementation 'com.google.firebase:firebase-messaging:23.1.0'
+ playImplementation 'com.google.firebase:firebase-messaging:23.1.1'
// RecyclerView
implementation "androidx.recyclerview:recyclerview:1.3.0-rc01"
@@ -121,7 +121,7 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
// Material design
- implementation "com.google.android.material:material:1.6.1"
+ implementation "com.google.android.material:material:1.7.0"
// LiveData
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.1"
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 599bff4..7c638a7 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -34,7 +34,7 @@
<!-- Main activity -->
<activity
android:name=".ui.MainActivity"
- android:label="@string/app_name"
+ android:label="@string/app_launch_name"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
diff --git a/app/src/main/res/values/values.xml b/app/src/main/res/values/values.xml
index 07dabf4..eabed2a 100644
--- a/app/src/main/res/values/values.xml
+++ b/app/src/main/res/values/values.xml
@@ -4,7 +4,8 @@
The translatable="false" attribute is just an additional safety. -->
<!-- Main app constants -->
- <string name="app_name" translatable="false">Ponypush</string>
+ <string name="app_name" translatable="false">Equestria.dev Ponypush</string>
+ <string name="app_launch_name" translatable="false">Ponypush</string>
<string name="app_base_url" translatable="false">https://notifications.equestria.dev</string> <!-- If changed, you must also change google-services.json! -->
<!-- Main activity -->