Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Dec 5, 2024
1 parent d1afbf7 commit 7d0437b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: 0.2.78 #${{ env.VERSION }}
release_name: 0.2.78 #Yttrium ${{ env.VERSION }}
tag_name: 0.2.79 #${{ env.VERSION }}
release_name: 0.2.79 #Yttrium ${{ env.VERSION }}
draft: false
prerelease: false

Expand Down
10 changes: 5 additions & 5 deletions .jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before_install:
- echo "Moving binaries..."
- mv binaries/yttrium/libs/arm64-v8a/libuniffi_yttrium.so crates/kotlin-ffi/android/src/main/jniLibs/arm64-v8a/ || echo "Failed to move arm64-v8a .so"
- mv binaries/yttrium/libs/armeabi-v7a/libuniffi_yttrium.so crates/kotlin-ffi/android/src/main/jniLibs/armeabi-v7a/ || echo "Failed to move armeabi-v7a .so"
- cd crates/kotlin-ffi/android
- ./gradlew clean --no-daemon
- ./gradlew assembleRelease --no-daemon --refresh-dependencies --info
- echo "Inspecting generated .aar file"
- unzip -l build/outputs/aar/android-release.aar || echo "Failed to inspect .aar"
# - cd crates/kotlin-ffi/android
# - ./gradlew clean --no-daemon
# - ./gradlew assembleRelease --no-daemon --refresh-dependencies --info
# - echo "Inspecting generated .aar file"
# - unzip -l build/outputs/aar/android-release.aar || echo "Failed to inspect .aar"
2 changes: 1 addition & 1 deletion crates/kotlin-ffi/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ publishing {
// Customize POM details
groupId = 'com.github.reown-com'
artifactId = 'yttrium'
version = '0.2.78'
version = '0.2.79'

pom {
name.set("Yttrium")
Expand Down

0 comments on commit 7d0437b

Please sign in to comment.