Skip to content

Commit

Permalink
Merge pull request #53 from jolocom/upgrade-ausweisapp-dependency-to-…
Browse files Browse the repository at this point in the history
…1.26.2

Updating to latest version of ausweisapp (1.26.2)
  • Loading branch information
thwalln committed Feb 20, 2023
2 parents b7b73e1 + d5b08d5 commit 951bc63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {
dependencies {
// This should reflect the Gradle plugin version used by
// the minimum React Native version supported.
implementation 'com.governikus:ausweisapp:1.22.1'
implementation 'com.governikus:ausweisapp:1.26.2'
classpath 'com.android.tools.build:gradle:3.4.1'
}
}
Expand Down Expand Up @@ -74,7 +74,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.governikus:ausweisapp:1.22.1'
implementation 'com.governikus:ausweisapp:1.26.2'
}

def configureReactNativePom(def pom) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jolocom/react-native-ausweis",
"version": "2.0.2",
"version": "2.0.3",
"description": "React Native module for AusweisApp2",
"main": "./js/index.js",
"files": [
Expand Down

0 comments on commit 951bc63

Please sign in to comment.