We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062c3ca commit bb2c2d3Copy full SHA for bb2c2d3
3 files changed
.github/workflows/android-release.yml
@@ -24,11 +24,6 @@ jobs:
24
distribution: 'temurin'
25
cache: gradle
26
27
- - name: Set up Node.js
28
- uses: actions/setup-node@v4
29
- with:
30
- node-version: '20'
31
-
32
- name: Grant execute permission for gradlew
33
run: chmod +x gradlew
34
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "com.defname.localshare"
20
minSdk = 26
21
targetSdk = 36
22
- versionCode = 5
23
- versionName = "0.2.2"
+ versionCode = 6
+ versionName = "0.2.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
fastlane/metadata/android/en-US/changelogs/6.txt
@@ -0,0 +1 @@
1
+- Fix build problems
0 commit comments