Skip to content

Commit 2acd1aa

Browse files
Merge pull request #89 from SiftScience/bhiggins_update_version
Update version to 1.0.0
2 parents 41ba547 + 0e1a4ea commit 2acd1aa

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add Sift to your application’s build.gradle file:
1919
```gradle
2020
dependencies {
2121
...
22-
compile 'com.siftscience:sift-android:0.11.1'
22+
compile 'com.siftscience:sift-android:1.0.0'
2323
...
2424
}
2525
```

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
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

2323
GROUP=com.siftscience
2424

sift/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)