diff --git a/app/build.gradle b/app/build.gradle index 362fa7292..bd1080b5a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,8 +72,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 28 - versionCode 4124 - versionName "4.1" + versionCode 4125 + versionName "4.1.1" applicationId getPackageName() multiDexEnabled true manifestPlaceholders = [linphone_address_mime_type:"vnd.android.cursor.item/vnd." + getPackageName() + ".provider.sip_address"]