Skip to content

Commit

Permalink
chore: prepare release for 4.0.2 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel authored Dec 17, 2024
1 parent 8029e9a commit a92a0f5
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 @@ -13,8 +13,8 @@ android {
applicationId 'org.openobservatory.ooniprobe'
minSdk libs.versions.minSdk.get().toInteger()
targetSdk libs.versions.targetSdk.get().toInteger()
versionName '4.0.1'
versionCode 123
versionName '4.0.2'
versionCode 124
testInstrumentationRunner "org.openobservatory.ooniprobe.TestAndroidJUnitRunner"
buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.ooni.org"'
buildConfigField 'String', 'NOTIFICATION_SERVER', '"https://countly.ooni.io"'
Expand Down

0 comments on commit a92a0f5

Please sign in to comment.