Skip to content

Commit

Permalink
Rename corellium modules (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored Apr 14, 2021
1 parent 8c3b375 commit 4aa19d1
Show file tree
Hide file tree
Showing 172 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ JDK 8+ is required (tested on java 8 & 15). [KTOR](https://ktor.io/) is used as
To build just run (from the root of the project)

```
./gradlew build -p corellium/corellium-client
./gradlew build -p corellium/client
```

## API
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ There are two options:

## Corellium client

For details please check [client documentation](../corellium-client/README.md)
For details please check [client documentation](../client/README.md)

## Optional Config File

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tasks.withType<KotlinCompile> { kotlinOptions.jvmTarget = "1.8" }

dependencies {
implementation(Dependencies.KOTLIN_COROUTINES_CORE)
implementation(project(":corellium:corellium-client"))
implementation(project(":corellium:client"))
}

val runExampleScript by tasks.registering(JavaExec::class) {
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ include(
"test_projects:android",
":common",
":corellium",
":corellium:corellium-sandbox",
":corellium:corellium-client"
":corellium:sandbox",
":corellium:client"
)

plugins {
Expand Down

0 comments on commit 4aa19d1

Please sign in to comment.