diff --git a/app/build.gradle b/app/build.gradle index dc3a076d..f9c072e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,8 +50,8 @@ android { applicationId "chat.revolt" minSdk 24 targetSdk 33 - versionCode Integer.parseInt("000_004_003".replaceAll("_", ""), 10) - versionName "0.4.3" + versionCode Integer.parseInt("000_004_004".replaceAll("_", ""), 10) + versionName "0.4.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {