diff --git a/app/build.gradle b/app/build.gradle index be848a95..2303a4d2 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_002_000".replaceAll("_", ""), 10) - versionName "0.2.0" + versionCode Integer.parseInt("000_003_000".replaceAll("_", ""), 10) + versionName "0.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {