Skip to content

Commit

Permalink
chore: prepare for release v3.8.9 (#798)
Browse files Browse the repository at this point in the history
Fixes ooni/probe#2791

## Proposed Changes

  -  Bump version number
  • Loading branch information
aanorbel committed Aug 13, 2024
1 parent c1a91a4 commit 3dcbf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
applicationId 'org.openobservatory.ooniprobe'
minSdk libs.versions.minSdk.get().toInteger()
targetSdk libs.versions.targetSdk.get().toInteger()
versionName '3.8.8'
versionName '3.8.9'
versionCode 116
testInstrumentationRunner "org.openobservatory.ooniprobe.TestAndroidJUnitRunner"
buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.ooni.io/"'
Expand Down

0 comments on commit 3dcbf52

Please sign in to comment.