@dewakoding/capacitor-mock-location 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @dewakoding/capacitor-mock-location
2
2
 
3
- Capacitor plugin to detect mock or fake GPS locations on Android devices. Built by DewaKoding.
3
+ Capacitor plugin to detect mock or fake GPS locations on Android devices.
4
4
 
5
5
  ## Overview
6
6
 
@@ -169,11 +169,4 @@ npm run watch
169
169
 
170
170
  ## License
171
171
 
172
- MIT License - Copyright (c) 2026 DewaKoding
173
-
174
- ## Author
175
-
176
- **DewaKoding**
177
-
178
- - Website: https://dewakoding.com
179
- - Email: halodewakoding@gmail.com
172
+ MIT License
@@ -26,6 +26,6 @@ repositories {
26
26
 
27
27
  dependencies {
28
28
  implementation project(':capacitor-android')
29
- implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.24"
29
+ implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.25"
30
30
  }
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dewakoding/capacitor-mock-location",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "DewaKoding Capacitor plugin to detect mock/fake GPS locations on Android devices",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "license": "MIT",
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "https://github.com/dewakoding/capacitor-mock-location.git"
20
+ "url": "https://github.com/SeptiawanAjiP/dewakoding-capacitor-plugin"
21
21
  },
22
22
  "keywords": [
23
23
  "capacitor",
@@ -55,4 +55,3 @@
55
55
  "node": ">=18.0.0"
56
56
  }
57
57
  }
58
-