File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
src/nl/sense_os/service/phonestate Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v3.4.2 (2015-05-13)
2+
3+ ### Fixed
4+ * Fixed crash on sqlite cipher when loading and sending data too early
5+
16## v3.4.1 (2015-05-12)
27
38### Fixed
Original file line number Diff line number Diff line change 22<manifest
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 package =" nl.sense_os.service"
5- android : versionName =" 3.4.1 " >
5+ android : versionName =" 3.4.2 " >
66 <!-- <uses-sdk -->
77 <uses-sdk android : minSdkVersion =" 7" />
88</manifest >
Original file line number Diff line number Diff line change 22
33public abstract class AppInfoVersion {
44
5- public final static String SENSE_LIBRARY_VERSION = "v3.4.1 " ;
5+ public final static String SENSE_LIBRARY_VERSION = "v3.4.2 " ;
66 public final static String CORTEX_VERSION = "" ;
77}
You can’t perform that action at this time.
0 commit comments