diff --git a/presentation/build.gradle b/presentation/build.gradle index 5ce63ba39..471fd91ce 100644 --- a/presentation/build.gradle +++ b/presentation/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.moez.QKSMS" minSdkVersion 21 targetSdkVersion 28 - versionCode 174 - versionName "3.3.3" + versionCode 175 + versionName "3.3.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "String", "BUGSNAG_API_KEY", "\"${System.getenv("BUGSNAG_API_KEY")}\""