diff --git a/bramble-android/build.gradle b/bramble-android/build.gradle index 239abe7c246072fc7ea4fe91628cb5ca0ae2ca33..f81edf5ace9a1854ebbf588863660c24aac9a1a7 100644 --- a/bramble-android/build.gradle +++ b/bramble-android/build.gradle @@ -15,8 +15,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 29 - versionCode 10218 - versionName "1.2.18" + versionCode 10219 + versionName "1.2.19" consumerProguardFiles 'proguard-rules.txt' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/briar-android/build.gradle b/briar-android/build.gradle index eabc7e41a769fe030abd164acb3a816dc2055413..475fdc5691eb777e6fcd3a15ec289a62e0869edb 100644 --- a/briar-android/build.gradle +++ b/briar-android/build.gradle @@ -26,8 +26,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 29 - versionCode 10218 - versionName "1.2.18" + versionCode 10219 + versionName "1.2.19" applicationId "org.briarproject.briar.android" vectorDrawables.useSupportLibrary = true