Skip to content

Commit 98a5ce2

Browse files
Release tag: v3.5
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent dd1d202 commit 98a5ce2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
minSdkVersion 15
3131
targetSdkVersion 27
3232
versionCode 3
33-
versionName "3.4-" + getDate()
33+
versionName "3.5-" + getDate()
3434
vectorDrawables.useSupportLibrary = true
3535
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3636
archivesBaseName = "$applicationId-v$versionName"

change-logs.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change-logs
22

3+
## 15. April 27, 2018
4+
*Release-tag: v3.5*
5+
Changes: Boeffla Sound: implement per-channel control for headphone gain. Remove input boost freq control. Performance Tweaks: implemented Spectrum Kernel Manager based profile support. Added a switch to check for updates in Settings. Added a bunch of data in About fragment. Miscellaneous changes.
6+
37
## 14. April 22, 2018
48
*Release-tag: v3.4*
59
Changes: Added support for Boeffla Sound engine (Sound). Added Real-time charging status (Battery). Switch to Blue accent colors. Rearrange all the Tabs (Updates is now at the bottom). Removed card view from various fragments (not all). Simplified GPU and CPU hotplug a bit (advanced hotplugging options will be visible only if the respective driver is enabled; please note, refreshing the respective pages are required). All-over clean-ups.

0 commit comments

Comments
 (0)