Skip to content

Commit ad14093

Browse files
committed
refine Android configuration instructions in README.md; remove Kotlin support setup
1 parent 16edec6 commit ad14093

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,7 @@ allprojects {
151151
}
152152
```
153153

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! 🎉
154+
#### 2. That's it! 🎉
166155

167156
The PlugPag wrapper (`br.com.uol.pagseguro.plugpagservice.wrapper:wrapper:1.30.51`) is automatically included as a dependency.
168157

0 commit comments

Comments
 (0)