Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Sep 27, 2017
1 parent 238c8d9 commit 73f3ab5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
22 changes: 22 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
ooniprobe-android 1.2.2+16 [2017-09-27]

New features:

* Added support for running tests with custom URI scheme

* Added possibility to open links from run.ooni.io

measurement-kit version: 0.7.4-1

ooniprobe-wui version: 2.2.4

ooniprobe-android 1.2.2-rc.1+15 [2017-09-27]

* Fixed max_runtime being used when running from URI scheme

* Fixed version name in About screen

measurement-kit version: 0.7.4-1

ooniprobe-wui version: 2.2.4

# ooniprobe-android 1.2.0-rc.5 [2017-09-24] [version yanked]

* Added class to manage version semantic
Expand Down
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 14
targetSdkVersion 25
versionCode 15
versionName "1.2.2-rc.1"
versionCode 16
versionName "1.2.2"
setProperty("archivesBaseName", "ooniprobe-$versionName")
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_run_test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
android:layout_height="wrap_content"
android:id="@+id/footer_buttons"
android:paddingTop="5dp"
android:paddingBottom="10dp"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true">
Expand Down

0 comments on commit 73f3ab5

Please sign in to comment.