Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Mar 8, 2021
1 parent 2b1c075 commit d00c3a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit d00c3a4

Please sign in to comment.