Skip to content

Commit 4014ac9

Browse files
committed
fix(android): hardcode version 0.9.27 in jitpack gradle publish command
1 parent 7545370 commit 4014ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ jdk:
22
- openjdk17
33
install:
44
- make aar ANDROID_NDK=$ANDROID_HOME/ndk-bundle
5-
- cd packages/android && ./gradlew publishToMavenLocal -PVERSION=$(make -C ../.. version)
5+
- cd packages/android && ./gradlew publishToMavenLocal -PVERSION="0.9.27"

0 commit comments

Comments
 (0)