Skip to content

Commit d74f968

Browse files
committed
Documentation update
1 parent 12c72f0 commit d74f968

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Android RASP
22

33
[![CI](https://github.com/securevale/android-rasp/actions/workflows/ci.yml/badge.svg)](https://github.com/securevale/android-rasp/actions/workflows/ci.yml)
4-
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.20-blue)](https://kotlinlang.org/docs/whatsnew1820.html)
4+
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.0-blue)](https://kotlinlang.org/docs/whatsnew19.html)
55
[![Android](https://img.shields.io/badge/minAndroidSDK-24-brightgreen)](https://developer.android.com/about/versions/nougat)
6-
[![Android](https://img.shields.io/badge/targetAndroidSDK-34-brightgreen)](https://developer.android.com/about/versions/14)
7-
[![Gradle](https://img.shields.io/badge/gradle-8.2.0-green)](https://docs.gradle.org/8.2/release-notes.html)
6+
[![Android](https://img.shields.io/badge/targetAndroidSDK-35-brightgreen)](https://developer.android.com/about/versions/15)
7+
[![Gradle](https://img.shields.io/badge/gradle-8.11.1-green)](https://docs.gradle.org/8.11.1/release-notes.html)
88
[![Maven](https://maven-badges.herokuapp.com/maven-central/com.securevale/rasp-android/badge.svg)](https://search.maven.org/artifact/com.securevale/rasp-android)
99

1010
An open-source RASP (Runtime Application Self-Protection) solution for protecting Android apps

img/sample-app.png

-1.36 KB
Loading

rasp/consumer-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-keepclasseswithmembernames,includedescriptorclasses class com.securevale.rasp.android.**.*Checks {
22
native <methods>;
33
}
4-
-keepclasseswithmembernames,includedescriptorclasses class com.securevale.rasp.android.native.SecureApp
4+
-keepclasseswithmembernames,includedescriptorclasses class com.securevale.rasp.android.SecureApp

0 commit comments

Comments
 (0)