Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sgusakovsky committed Jun 5, 2024
1 parent 98fa74d commit d4fc9f4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ For commercial use, you need create a developer workspace in [DataHub](https://a

### Android

#### Please draw attention that Android SDK supports Cradle 8+ versions only.

#### AndroidManifest.xml

add to file ./app/src/main/AndroidManifest.xml props:
Expand Down Expand Up @@ -45,6 +47,27 @@ add network permissions
...
```

#### build.gradle

add to file ./app/build.gradle props:

``` xml
...
android {
...
buildTypes {
release {
...
shrinkResources false
minifyEnabled false
...
}
}
...
}
...
```

#### Proguard

``` markdown
Expand Down

0 comments on commit d4fc9f4

Please sign in to comment.