Skip to content

Commit

Permalink
Merge pull request #93 from SiftScience/pjain_API-5677_release_a_new_…
Browse files Browse the repository at this point in the history
…version

[API-5677] Relasing a new version of android SDK
  • Loading branch information
pjain-sift authored Aug 2, 2021
2 parents c7161ce + 9dcde8d commit d38b400
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.1.0] - 2021-08-02

### Added
- Added a new public upload() function.
- Updated README.md to include details about how to submit an issue.

## [1.0.0] - 2021-04-20

### Added
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=1.0.0
VERSION_CODE=21
VERSION_NAME=1.1.0
VERSION_CODE=22

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 21
versionName '1.0.0'
versionCode 22
versionName '1.1.0'

consumerProguardFiles 'proguard-rules.pro'
}
Expand Down

0 comments on commit d38b400

Please sign in to comment.