We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2db37b commit 8219062Copy full SHA for 8219062
1 file changed
README.md
@@ -135,23 +135,10 @@ const payment = await doPayment({
135
136
### Android Configuration
137
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
153
The PlugPag wrapper (`br.com.uol.pagseguro.plugpagservice.wrapper:wrapper:1.30.51`) is automatically included as a dependency.
154
+That's it! No additional setup is required for the wrapper.
+
155
---
156
157
## 📚 Documentation
0 commit comments