File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -135,23 +135,10 @@ const payment = await doPayment({
135
135
136
136
### Android Configuration
137
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
138
The PlugPag wrapper (` br.com.uol.pagseguro.plugpagservice.wrapper:wrapper:1.30.51 ` ) is automatically included as a dependency.
154
139
140
+ That's it! No additional setup is required for the wrapper.
141
+
155
142
---
156
143
157
144
## 📚 Documentation
You can’t perform that action at this time.
0 commit comments