Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Nov 26, 2021
1 parent eaf23ec commit 5e97c52
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 @@ -10,8 +10,8 @@ android {
applicationId 'org.openobservatory.ooniprobe'
minSdkVersion 21
targetSdkVersion 31
versionName '3.4.0'
versionCode 82
versionName '3.4.1'
versionCode 83
testInstrumentationRunner "org.openobservatory.ooniprobe.TestAndroidJUnitRunner"
buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.ooni.io/"'
buildConfigField 'String', 'NOTIFICATION_SERVER', '"https://countly.ooni.io"'
Expand Down

0 comments on commit 5e97c52

Please sign in to comment.