Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
futurae-public
futurae-android-sdk
Commits
7f111082
Commit
7f111082
authored
Oct 30, 2020
by
Claudio Marforio
Browse files
Version 1.1.1
- Fixes an issue with malformed Enrollment QRCodes
parent
0794b371
Changes
2
Hide whitespace changes
Inline
Side-by-side
FuturaeDemo/app/build.gradle
View file @
7f111082
...
...
@@ -15,7 +15,7 @@ android {
}
buildTypes
{
debug
{
minifyEnabled
tru
e
minifyEnabled
fals
e
proguardFile
'proguard/futurae.pro'
proguardFile
getDefaultProguardFile
(
'proguard-android.txt'
)
...
...
@@ -48,7 +48,17 @@ dependencies {
implementation
'com.google.firebase:firebase-core:16.0.7'
implementation
'com.google.firebase:firebase-messaging:17.4.0'
implementation
(
'com.futurae.sdk:futuraekit:1.1.0'
)
implementation
(
'com.futurae.sdk:futuraekit:1.1.1'
)
// Use these if you are NOT using Maven
// implementation 'com.squareup.retrofit2:retrofit:2.4.0'
// implementation 'com.squareup.retrofit2:converter-moshi:2.4.0'
// implementation 'com.squareup.moshi:moshi-adapters:1.6.0'
// implementation 'com.squareup.okhttp3:okhttp:3.11.0'
// implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'
// implementation 'com.github.nisrulz:easydeviceinfo-base:2.4.1'
// implementation files('src/main/libs/futuraekit.aar')
}
apply
plugin:
'com.google.gms.google-services'
futuraekit.aar
View file @
7f111082
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment