Skip to content

Commit

Permalink
updated version information for release 3.7.3 (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel authored Dec 21, 2022
1 parent efa6621 commit 87ee752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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'
minSdk 21
targetSdk 33
versionName '3.7.2'
versionCode 94
versionName '3.7.3'
versionCode 95
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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.google.gms:google-services:4.3.13'
}
}
Expand Down

0 comments on commit 87ee752

Please sign in to comment.