Skip to content

Commit 8219062

Browse files
committed
refine Android configuration instructions in README.md
1 parent e2db37b commit 8219062

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -135,23 +135,10 @@ const payment = await doPayment({
135135

136136
### Android Configuration
137137

138-
The library automatically includes the PlugPag wrapper, but you need to ensure Kotlin support:
139-
140-
#### 1. Add Kotlin support to `android/build.gradle`:
141-
142-
```groovy
143-
buildscript {
144-
ext.kotlin_version = '1.9.0'
145-
dependencies {
146-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
147-
}
148-
}
149-
```
150-
151-
#### 2. That's it! 🎉
152-
153138
The PlugPag wrapper (`br.com.uol.pagseguro.plugpagservice.wrapper:wrapper:1.30.51`) is automatically included as a dependency.
154139

140+
That's it! No additional setup is required for the wrapper.
141+
155142
---
156143

157144
## 📚 Documentation

0 commit comments

Comments
 (0)