diff --git a/app/build.gradle b/app/build.gradle index db489a639..0e44a1e65 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId 'org.openobservatory.ooniprobe' minSdkVersion 21 targetSdkVersion 29 - versionName '2.9.1' - versionCode 70 + versionName '2.9.2' + versionCode 71 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField 'String', 'OONI_ORCHESTRATE_BASE_URL', '"https://orchestrate.ooni.io/"' buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.ooni.io/"'