Skip to content

Commit bb2c2d3

Browse files
committed
Integrate the npm install process in the gradle build process.
1 parent 062c3ca commit bb2c2d3

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/android-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
distribution: 'temurin'
2525
cache: gradle
2626

27-
- name: Set up Node.js
28-
uses: actions/setup-node@v4
29-
with:
30-
node-version: '20'
31-
3227
- name: Grant execute permission for gradlew
3328
run: chmod +x gradlew
3429

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "com.defname.localshare"
2020
minSdk = 26
2121
targetSdk = 36
22-
versionCode = 5
23-
versionName = "0.2.2"
22+
versionCode = 6
23+
versionName = "0.2.3"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix build problems

0 commit comments

Comments
 (0)