This repository was archived by the owner on Sep 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ 1.2.0 * (2015-02-24)*
5
+ --------------------
6
+
7
+ Public:
8
+
9
+ * Option for a running notification while recording. This prevents the recording process from
10
+ being killed by Android.
11
+ * Translations for IT, JA, TR.
12
+ * Fix: MediaRecorder prepare crash on most devices.
13
+
14
+
4
15
1.1.0 * (2015-01-18)*
5
16
--------------------
6
17
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Release
19
19
20
20
2 . Update the ` CHANGELOG.md ` with the public and internal changes.
21
21
22
- 3 . Commit with ` git commit -m "Prepare version X.Y.Z." ` replacing 'X.Y.Z' with the version number.
22
+ 3 . Commit with ` git commit -am "Prepare version X.Y.Z." ` replacing 'X.Y.Z' with the version number.
23
23
24
24
4 . Create an annotated tag with ` git tag -a X.Y.X -m "Version X.Y.Z" ` replacing 'X.Y.Z' with the
25
25
version number.
Original file line number Diff line number Diff line change 1
1
// Manifest version information!
2
2
def versionMajor = 1
3
- def versionMinor = 1
3
+ def versionMinor = 2
4
4
def versionPatch = 0
5
5
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
6
6
You can’t perform that action at this time.
0 commit comments