Skip to content

Commit

Permalink
versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Oct 8, 2020
1 parent 37fcb38 commit 8002c77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId 'org.openobservatory.ooniprobe'
minSdkVersion 19
targetSdkVersion 29
versionName '2.6.0'
versionCode 64
versionName '2.7.0'
versionCode 65
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 8002c77

Please sign in to comment.