Skip to content

Commit

Permalink
Library Updated with plaintext heads for encryption (#296)
Browse files Browse the repository at this point in the history
* update to latest rust library

* update the libraries

* Update lint.yml
  • Loading branch information
nplasterer authored Sep 13, 2024
1 parent 2a28c83 commit 42ab04d
Show file tree
Hide file tree
Showing 7 changed files with 227 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: '17'
- name: Gradle Run ktlint
run: ./gradlew ktlintCheck --continue
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
name: Upload ktlint report
if: ${{ failure() }}
with:
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Gradle Android lint library
run: ./gradlew :library:lintDebug
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
name: Upload library lint report
if: ${{ failure() }}
with:
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Gradle Android lint example
run: ./gradlew :example:lintDebug
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
name: Upload example lint report
if: ${{ failure() }}
with:
Expand Down
4 changes: 2 additions & 2 deletions library/src/main/java/libxmtp-version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: c446f94d
Version: 7e70ad48
Branch: main
Date: 2024-09-09 14:36:53 +0000
Date: 2024-09-13 15:56:37 +0000
Loading

0 comments on commit 42ab04d

Please sign in to comment.