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
9ad23b01
Commit
9ad23b01
authored
Oct 05, 2021
by
Yorgos Galyfos
Browse files
Version 1.3.1
Use correct path for aar file
parent
c1cc1207
Changes
1
Hide whitespace changes
Inline
Side-by-side
FuturaeDemo/app/build.gradle
View file @
9ad23b01
...
...
@@ -61,7 +61,7 @@ dependencies {
implementation
'com.google.firebase:firebase-core:18.0.3'
implementation
'com.google.firebase:firebase-messaging:21.1.0'
//
implementation('com.futurae.sdk:futuraekit:1.3.
0
')
implementation
(
'com.futurae.sdk:futuraekit:1.3.
1
'
)
// Use these if you are NOT using Maven
// implementation 'com.squareup.retrofit2:retrofit:2.4.0'
...
...
@@ -71,7 +71,7 @@ dependencies {
// implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'
// implementation 'com.github.nisrulz:easydeviceinfo-base:2.4.1'
// implementation 'com.google.code.gson:gson:2.8.6'
implementation
files
(
'../../futuraekit.aar'
)
//
implementation files('../../futuraekit.aar')
}
...
...
Write
Preview
Supports
Markdown
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