Skip to content

Commit 16aa269

Browse files
committed
README updated
1 parent 12aa80e commit 16aa269

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Android
22
## Prerequisites
33

4-
- Unity Editor 6000.1.2f1 and above
4+
- Unity 6 and above
55
- Min SDK level 23
66

77
## Install Plugin
8-
First you will need to install freeRASP for unity. Head over to [Github Unity Plugin Release Link]. Download the latest plugin. Notice the plugin file ends with .unitypackage
8+
First you will need to install freeRASP for unity. Head over to [Github Unity Plugin Release Link](https://github.com/talsec/Free-RASP-Unity-POC/blob/main/freeRASP.unitypackage). Download the latest plugin. Notice the plugin file ends with .unitypackage
99

1010
Proceed to import the plugin into your unity project. Right click on Assets -> Import Package -> Custom Package
1111

@@ -106,15 +106,23 @@ public void onMalwareDetected(List<SuspiciousAppInfo> malwareList)
106106
```
107107

108108
## Add freeRASP Maven Repository
109-
Once you are done with your game in Unity Hub; proceed to export the project. Once exported, open up the project in Android Studio and add freeRASP’s maven repository address into your settings.gradle file.
109+
Once you are done with your game in Unity Hub; proceed to export the project. Once exported, open up the project in Android Studio and add freeRASP’s maven repository address into your `settings.gradle` file.
110110

111+
```gradle
112+
repositories {
113+
google()
114+
mavenCentral()
115+
maven { url = uri("https://jitpack.io") }
116+
maven { url = uri("https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp") }
117+
}
118+
```
111119
![Import freeRASP Package](screenshots/maven-repo-android.png)
112120

113121
# iOS
114122

115123
## Prerequisites
116124

117-
- Unity Editor 6000.1.2f1 and above
125+
- Unity 6 and above
118126

119127
## Install Plugin
120128
First you will need to install freeRASP for unity. Head over to [Github Unity Plugin Release Link]. Download the latest plugin. Notice the plugin file ends with .unitypackage

0 commit comments

Comments
 (0)