Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

JAVA 7 compatibility #28

Closed
pas-p opened this issue May 24, 2018 · 6 comments
Closed

JAVA 7 compatibility #28

pas-p opened this issue May 24, 2018 · 6 comments
Labels
feature request Feature request

Comments

@pas-p
Copy link

pas-p commented May 24, 2018

Please add Java 7 compatibility.

@iordachiv
Copy link

iordachiv commented May 24, 2018

+1
A lot of projects is under gradle 3.x and android studio 2.x, so isn't possible to build with this sdk.

@rampara rampara added the feature request Feature request label May 24, 2018
@MrAdr68
Copy link

MrAdr68 commented May 25, 2018

seem we are tester for this SDK. Too many issues.

@kumardexati
Copy link

+1
There is really nothing that requires JAVA8 in the code. This is really annoying.

@rampara
Copy link
Contributor

rampara commented May 25, 2018

You can update the build.gradle file to target Java 7.

android {
    ...
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_7
        targetCompatibility JavaVersion.VERSION_1_7
    }
}
...

@rampara
Copy link
Contributor

rampara commented May 25, 2018

Has this issue been resolved on v1.03 of this SDK?

@kumardexati
Copy link

@rampara Yes 1.0.3 resolved the issue. Thanks for quick response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request Feature request
Projects
None yet
Development

No branches or pull requests

5 participants