Skip to content

Commit 2e60ce0

Browse files
fix(android): remove unnecessary kotlin-kapt, fixing Capacitor builds (#68)
* fix(android): remove kotlin-kapt from build.gradle * chore(release): raise to version 1.2.10
1 parent 24fab75 commit 2e60ce0

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
The changes documented here do not include those from the original repository.
88

9+
## 1.2.10
10+
11+
### Fixes
12+
- (android) Removes the `kotlin-kapt` plugin that was being added, fixing builds for Capacitor apps (https://outsystemsrd.atlassian.net/browse/RMET-4515)
13+
914
## 1.2.9
1015

1116
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.outsystems.payments",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"description": "OutSystems-owned plugin for mobile payments",
55
"keywords": [
66
"ecosystem:cordova",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<plugin id="com.outsystems.payments" version="1.2.9" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="com.outsystems.payments" version="1.2.10" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>OSPayments</name>
44
<description>OutSystems-owned plugin for mobile payments</description>
55
<author>OutSystems Inc</author>

src/android/com/outsystems/payments/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ repositories{
2323
}
2424
}
2525

26-
27-
apply plugin: 'kotlin-kapt'
28-
2926
dependencies {
3027
implementation("com.github.outsystems:oscore-android:1.2.0@aar")
3128
implementation("com.github.outsystems:oscordova-android:2.0.1@aar")

0 commit comments

Comments
 (0)