diff --git a/app/build.gradle b/app/build.gradle index 16350e27..9eb6f46c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "io.lbry.browser" minSdkVersion 21 targetSdkVersion 29 - versionCode 1610 - versionName "0.16.10" + versionCode 1611 + versionName "0.16.11" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }