@pi-r/android 0.9.2 → 0.9.4

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.
@@ -424,7 +424,7 @@ function finalize(instance) {
424
424
  output = Document.updateGradle(output, ['android', 'buildFeatures'], 'compose = true');
425
425
  }
426
426
  else {
427
- const stdLib = instance.findVersion('org.jetbrains.kotlin:kotlin-stdlib', "2.1.10");
427
+ const stdLib = instance.findVersion('org.jetbrains.kotlin:kotlin-stdlib', "2.1.20");
428
428
  output = Document.updateGradle(output, ['plugins'], "id 'org.jetbrains.kotlin.android'", { upgrade: true, multiple: true, addendum: `version '${stdLib}'` });
429
429
  output = Document.updateGradle(output, ['android', 'buildFeatures'], "compose true");
430
430
  if (stdLib.startsWith('1.')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/android",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "description": "Android document constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -20,8 +20,8 @@
20
20
  "license": "MIT",
21
21
  "homepage": "https://github.com/anpham6/pi-r#readme",
22
22
  "dependencies": {
23
- "@e-mc/document": "^0.11.2",
24
- "@e-mc/types": "^0.11.2",
23
+ "@e-mc/document": "^0.11.5",
24
+ "@e-mc/types": "^0.11.5",
25
25
  "dom-serializer": "*",
26
26
  "domhandler": "*",
27
27
  "domutils": "*",
@@ -1,4 +1,4 @@
1
1
  plugins {
2
- id 'com.android.application' version '8.8.2' apply false
3
- id 'com.android.library' version '8.8.2' apply false
2
+ id 'com.android.application' version '8.9.1' apply false
3
+ id 'com.android.library' version '8.9.1' apply false
4
4
  }
@@ -1,5 +1,5 @@
1
1
  plugins {
2
- id 'com.android.application' version '8.8.2' apply false
3
- id 'com.android.library' version '8.8.2' apply false
4
- id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
2
+ id 'com.android.application' version '8.9.1' apply false
3
+ id 'com.android.library' version '8.9.1' apply false
4
+ id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
5
5
  }
@@ -1,6 +1,6 @@
1
1
  [versions]
2
- agp = "8.8.2"
3
- kotlin = "2.1.10"
2
+ agp = "8.9.1"
3
+ kotlin = "2.1.20"
4
4
  coreKtx = "1.15.0"
5
5
  junit = "4.13.2"
6
6
  junitVersion = "1.2.1"