We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16edec6 commit ad14093Copy full SHA for ad14093
1 file changed
README.md
@@ -151,18 +151,7 @@ allprojects {
151
}
152
```
153
154
-#### 2. Ensure Kotlin support in `android/build.gradle`:
155
-
156
-```groovy
157
-buildscript {
158
- ext.kotlin_version = '1.9.0'
159
- dependencies {
160
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
161
- }
162
-}
163
-```
164
165
-#### 3. That's it! 🎉
+#### 2. That's it! 🎉
166
167
The PlugPag wrapper (`br.com.uol.pagseguro.plugpagservice.wrapper:wrapper:1.30.51`) is automatically included as a dependency.
168
0 commit comments