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 11# Change Log
22
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+
311## [ 0.11.1] - 2020-11-20
412
513### Added
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add Sift to your application’s build.gradle file:
1919``` gradle
2020dependencies {
2121 ...
22- compile 'com.siftscience:sift-android:0.11.1 '
22+ compile 'com.siftscience:sift-android:1.0.0 '
2323 ...
2424}
2525```
Original file line number Diff line number Diff line change 1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
1919
20- VERSION_NAME =0.11.1
21- VERSION_CODE =20
20+ VERSION_NAME =1.0.0
21+ VERSION_CODE =21
2222
2323GROUP =com.siftscience
2424
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android {
1818 defaultConfig {
1919 minSdkVersion 16 // Jelly Bean 4.1.x (basically Java 6)
2020 targetSdkVersion 30
21- versionCode 20
22- versionName ' 0.11.1 '
21+ versionCode 21
22+ versionName ' 1.0.0 '
2323
2424 consumerProguardFiles ' proguard-rules.pro'
2525 }
You can’t perform that action at this time.
0 commit comments