File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/main/java/com/sematext/logseneandroid Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android {
7
7
minSdkVersion 19
8
8
targetSdkVersion 28
9
9
versionCode 1
10
- versionName " 2.2.0 "
10
+ versionName " 2.2.1 "
11
11
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
12
12
}
13
13
buildTypes {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 19
10
10
targetSdkVersion 28
11
11
versionCode 4
12
- versionName " 2.2.0 "
12
+ versionName " 2.2.1 "
13
13
14
14
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
15
15
Original file line number Diff line number Diff line change @@ -490,6 +490,7 @@ private void enrich(JSONObject obj) {
490
490
metadata .put ("versionName" , getVersionName ());
491
491
metadata .put ("versionCode" , getVersionCode ());
492
492
metadata .put ("osRelease" , Build .VERSION .RELEASE );
493
+ metadata .put ("osType" , "Android" );
493
494
metadata .put ("uuid" , uuid );
494
495
if (defaultMeta != null ) {
495
496
Iterator <String > keys = defaultMeta .keys ();
You can’t perform that action at this time.
0 commit comments