diff --git a/app/src/main/res/raw/contributors.txt b/app/src/main/res/raw/contributors.txt index d8b2c10295..da67034880 100644 --- a/app/src/main/res/raw/contributors.txt +++ b/app/src/main/res/raw/contributors.txt @@ -4,8 +4,8 @@ J. Lavoie Allan Nordhøy solokot Heimen Stoffels -Oğuz Ersen FC (Fay) Stegerman +Oğuz Ersen Katharine Chui SlavekB StoyanDimitrov @@ -13,9 +13,9 @@ mondstern IllusiveMan196 Altonss Michael Moroni -Gediminas Murauskas -Petr Novák +GM Eric +Petr Novák Joel A laralem Taco @@ -36,13 +36,13 @@ huuhaa Jiri Grönroos Projjal Moitra Quentin PAGÈS +Denis Shilin Giovanni Donisi Robin Liu Ziad OUALHADJ Eryk Michalak Alexander Ivanov arshbeerSingh -Denis Shilin Freddo espresso Govind S Nair Kim Seohyun @@ -121,7 +121,7 @@ Michał Mohamed A. Salah Yatoku Neha Reddy -the7thNightmare +Neko Nekowazarashi Quang Trung Rishi Agarwal Rosdyana Kusuma diff --git a/build.gradle.kts b/build.gradle.kts index e1eff0fde6..427f409854 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.1.3" apply false + id("com.android.application") version "8.1.4" apply false id("com.github.spotbugs") version "5.1.4" apply false }