diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml
index cb4c7e4..59661e9 100644
--- a/.github/workflows/run-unit-tests.yml
+++ b/.github/workflows/run-unit-tests.yml
@@ -34,8 +34,8 @@ jobs:
- name: Setup sonarqube
uses: warchant/setup-sonar-scanner@v8
- - name: Send to Sonarcloud
- run: bundle exec fastlane sonarqube
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
\ No newline at end of file
+ #- name: Send to Sonarcloud
+ # run: bundle exec fastlane sonarqube
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 663cb94..b7acdca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The changes documented here do not include those from the original repository.
+# [2.0.2]
+
+### 2026-06-25
+
+- Prevent Expanded Dark Theme inversion on scanner activity (https://outsystemsrd.atlassian.net/browse/RMET-5280)
+
# [2.0.1]
### 2025-10-02
diff --git a/docs/README.md b/docs/README.md
index cc338eb..e125d53 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -46,7 +46,7 @@ In your app-level gradle file, import the OSBarcodeLib library like so:
```gradle
dependencies {
- implementation("com.github.outsystems:osbarcode-android:2.0.1@aar")
+ implementation("com.github.outsystems:osbarcode-android:2.0.2@aar")
}
```
diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md
index 44e979f..4a066d1 100644
--- a/docs/pull_request_template.md
+++ b/docs/pull_request_template.md
@@ -12,11 +12,6 @@
- [ ] Refactor (cosmetic changes)
- [ ] Breaking change (change that would cause existing functionality to not work as expected)
-## Platforms affected
-- [ ] Android
-- [ ] iOS
-- [ ] JavaScript
-
## Tests
diff --git a/pom.xml b/pom.xml
index 6859f68..777b245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,5 +7,5 @@
4.0.0
io.ionic.libs
ionbarcode-android
- 2.0.1
+ 2.0.2
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 46c545d..d778f53 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -5,6 +5,7 @@
+ android:exported="false"
+ android:theme="@style/Theme.BarcodeScannerActivity" />
\ No newline at end of file
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
new file mode 100644
index 0000000..79879bb
--- /dev/null
+++ b/src/main/res/values/themes.xml
@@ -0,0 +1,5 @@
+
+
+
+