Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Onfido Android Team committed Feb 27, 2023
1 parent 6f7bd4b commit fecdbb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
are responsible for testing your translated layout in case you are using custom
translations. [More on language localisation](README.md#4-localisation)

## [16.0.1] - 2023-02-27

### Fixed

- Fixed the Workflow-related crash

## [16.0.0] - 2023-02-21

### Added
Expand Down
5 changes: 3 additions & 2 deletions sample-app/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

def sdkVersion = '16.0.0'
def versionCodeNumber = 1600
def sdkVersion = '16.0.1'
def versionCodeNumber = 1601

android {
compileSdkVersion 32
Expand Down Expand Up @@ -42,6 +42,7 @@ android {
}

repositories {
mavenLocal()
mavenCentral()
}

Expand Down

0 comments on commit fecdbb8

Please sign in to comment.