Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Feb 5, 2021
1 parent 7d179a6 commit 7d60653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.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/"'
Expand Down

0 comments on commit 7d60653

Please sign in to comment.