diff --git a/app/build.gradle b/app/build.gradle index 86c0f5857..7a27f035d 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.3' - versionCode 72 + versionName '2.10.0' + versionCode 73 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.ooni.io/"' buildConfigField 'String', 'NOTIFICATION_SERVER', '"https://countly.ooni.io"' @@ -81,9 +81,9 @@ dependencies { // AndroidX implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'androidx.lifecycle:lifecycle-process:2.2.0' + implementation 'androidx.lifecycle:lifecycle-process:2.3.0' implementation 'androidx.preference:preference:1.1.1' - implementation 'com.google.android.material:material:1.2.1' + implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' // Third-party @@ -116,8 +116,8 @@ dependencies { // Testing testImplementation 'junit:junit:4.12' androidTestImplementation 'tools.fastlane:screengrab:2.0.0' - androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test:rules:1.2.0' + androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test:rules:1.3.0' implementation project(path: ':engine') androidTestImplementation ('androidx.test.espresso:espresso-contrib:3.3.0'){ exclude group: 'com.android.support', module: 'appcompat'