...
Code Block |
---|
plugins {
id "com.dtplugin.mobileprotect" version("$VERSION")
// if you want to auto update to the latest use: version("+")
}
|
Note: If you encounter duplication issues because you have both TrustKit and MobileProtect, you can use the com.dtplugin.mobileprotect-notrustkit
artefact and keep TrustKit as is.
...
Code Block |
---|
plugins {
id "com.dtplugin.mobileprotect" version("$VERSION")
// if you want to auto update to the latest use: version("+")
} |
...
Anchor | ||||
---|---|---|---|---|
|
...