Skip to content

Commit

Permalink
chore: android 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejborstnik committed Jan 27, 2025
1 parent bc4ae81 commit b521cc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ network.passkeys.client
## Installation

```sh
implementation 'network.passkeys:client:1.0.4'
implementation 'network.passkeys:client:1.0.5'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

import com.vanniktech.maven.publish.SonatypeHost

def libraryVersion = '1.0.4'
def libraryVersion = '1.0.5'

android {
namespace 'network.passkeys.client'
Expand Down
2 changes: 1 addition & 1 deletion react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
// For < 0.71, this will be from the local maven repo
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation 'network.passkeys:client:1.0.4'
implementation 'network.passkeys:client:1.0.5'
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.browser:browser:1.5.0"
Expand Down

0 comments on commit b521cc7

Please sign in to comment.