Skip to content

Commit 2b93d14

Browse files
Final commit for 2.13.0
1 parent cc91d51 commit 2b93d14

16 files changed

+8927
-52
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ google-services.json
5353
freeline.py
5454
freeline/
5555
freeline_project_description.json
56-
57-
DemoApp/package-lock.json

DemoApp/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.1.3'
10+
classpath 'com.android.tools.build:gradle:3.1.4'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

DemoApp/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ source 'https://github.com/CocoaPods/Specs.git'
66
use_frameworks!
77

88
target "DemoApp" do
9-
pod 'JumioMobileSDK', '2.12.0'
9+
pod 'JumioMobileSDK', '2.13.0'
1010
end

0 commit comments

Comments
 (0)