Monkeypatch config file
This commit is contained in:
parent
6aa6be6385
commit
fec8053b0f
5 changed files with 5 additions and 4 deletions
|
|
@ -26,6 +26,7 @@ jobs:
|
||||||
|
|
||||||
- name: Monkeypatch version number
|
- name: Monkeypatch version number
|
||||||
run: |
|
run: |
|
||||||
|
sed "s/\.\.\/node_modules//" -i capacitor.settings.gradle
|
||||||
cd capacitor
|
cd capacitor
|
||||||
sed "s/'com.android.tools.build:gradle:8.2.1'/'com.android.tools.build:gradle:8.10'/" -i build.gradle
|
sed "s/'com.android.tools.build:gradle:8.2.1'/'com.android.tools.build:gradle:8.10'/" -i build.gradle
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.2.1'
|
classpath 'com.android.tools.build:gradle:8.2.2'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.10'
|
classpath 'com.android.tools.build:gradle:8.2.1'
|
||||||
|
|
||||||
if (System.getenv("CAP_PUBLISH") == "true") {
|
if (System.getenv("CAP_PUBLISH") == "true") {
|
||||||
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
|
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
||||||
include ':capacitor-android'
|
include ':capacitor-android'
|
||||||
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
|
project(':capacitor-android').projectDir = new File('@capacitor/android/capacitor')
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.2.1'
|
classpath 'com.android.tools.build:gradle:8.10'
|
||||||
|
|
||||||
if (System.getenv("CAP_PUBLISH") == "true") {
|
if (System.getenv("CAP_PUBLISH") == "true") {
|
||||||
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
|
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue