Skip to content

Commit

Permalink
Merge pull request #89 from SiftScience/bhiggins_update_version
Browse files Browse the repository at this point in the history
Update version to 1.0.0
  • Loading branch information
brianmhiggins authored Apr 19, 2021
2 parents 41ba547 + 0e1a4ea commit 2acd1aa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.0.0] - 2021-04-20

### Added
- Executor used for trigger collect method of DeviceProperties and AppState terminated on sift.cancel().
- Images used in DESIGNDOC.md are added to the repo to avoid URL issues.
- Created Changelog
- Prevent SDK from sending empty configuration properties

## [0.11.1] - 2020-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add Sift to your application’s build.gradle file:
```gradle
dependencies {
...
compile 'com.siftscience:sift-android:0.11.1'
compile 'com.siftscience:sift-android:1.0.0'
...
}
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.11.1
VERSION_CODE=20
VERSION_NAME=1.0.0
VERSION_CODE=21

GROUP=com.siftscience

Expand Down
4 changes: 2 additions & 2 deletions sift/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion 16 // Jelly Bean 4.1.x (basically Java 6)
targetSdkVersion 30
versionCode 20
versionName '0.11.1'
versionCode 21
versionName '1.0.0'

consumerProguardFiles 'proguard-rules.pro'
}
Expand Down

0 comments on commit 2acd1aa

Please sign in to comment.