Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 4 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ bintray {
}

compileJava {
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

def getVersionCode() {
Expand Down
2 changes: 1 addition & 1 deletion 2 readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The Microsoft Graph SDK is open for contribution. To contribute to this project,

## 6. Supported Java versions

The Microsoft Graph SDK for Java library is supported at runtime for Java 7+ and [Android API revision 15](http://source.android.com/source/build-numbers.html) and greater.
The Microsoft Graph SDK for Java library is supported at runtime for Java 8+ and [Android API revision 15](http://source.android.com/source/build-numbers.html) and greater through [desugaring](https://developer.android.com/studio/write/java8-support.html#library-desugaring).

## 7. License

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.