File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.0] - 2021-04-20
4
+
5
+ ### Added
6
+ - Executor used for trigger collect method of DeviceProperties and AppState terminated on sift.cancel().
7
+ - Images used in DESIGNDOC.md are added to the repo to avoid URL issues.
8
+ - Created Changelog
9
+ - Prevent SDK from sending empty configuration properties
10
+
3
11
## [ 0.11.1] - 2020-11-20
4
12
5
13
### Added
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add Sift to your application’s build.gradle file:
19
19
``` gradle
20
20
dependencies {
21
21
...
22
- compile 'com.siftscience:sift-android:0.11.1 '
22
+ compile 'com.siftscience:sift-android:1.0.0 '
23
23
...
24
24
}
25
25
```
Original file line number Diff line number Diff line change 17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
18
# org.gradle.parallel=true
19
19
20
- VERSION_NAME =0.11.1
21
- VERSION_CODE =20
20
+ VERSION_NAME =1.0.0
21
+ VERSION_CODE =21
22
22
23
23
GROUP =com.siftscience
24
24
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android {
18
18
defaultConfig {
19
19
minSdkVersion 16 // Jelly Bean 4.1.x (basically Java 6)
20
20
targetSdkVersion 30
21
- versionCode 20
22
- versionName ' 0.11.1 '
21
+ versionCode 21
22
+ versionName ' 1.0.0 '
23
23
24
24
consumerProguardFiles ' proguard-rules.pro'
25
25
}
You can’t perform that action at this time.
0 commit comments