Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/6.8.0' into release/6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yardexx committed Oct 22, 2024
2 parents 5cff44d + 8e33968 commit 0ebab1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Added
- New feature: Malware detection

## [6.7.2] - 2024-10-18

### Android

#### Fixed
- Reported ANR issues present on some devices were resolved ([GH Flutter issue #138](https://github.com/talsec/Free-RASP-Flutter/issues/138))
- Reported crashes caused by ConcurrentModificationException and NullPointerException were resolved ([GH Flutter issue #140](https://github.com/talsec/Free-RASP-Flutter/issues/140))
- Reported crashes caused by the UnsupportedOperationException were resolved

## [6.7.1] - 2024-09-30
- Android SDK version: 11.1.1
- iOS SDK version: 6.6.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.7.20'
ext.talsec_version = '11.1.1'
ext.talsec_version = '11.1.3'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 0ebab1a

Please sign in to comment.