Skip to content

Commit 832d55b

Browse files
committed
- reverts upgrade to java8 to avoid introducing a breaking change
1 parent bd10064 commit 832d55b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ publishing {
204204
}
205205

206206
compileJava {
207-
sourceCompatibility = 1.8
208-
targetCompatibility = 1.8
207+
sourceCompatibility = 1.7
208+
targetCompatibility = 1.7
209209
}
210210

211211
def getVersionCode() {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The Microsoft Graph SDK is open for contribution. To contribute to this project,
127127
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
128128

129129
## 6. Supported Java versions
130-
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).
130+
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.
131131

132132
## 7. License
133133

0 commit comments

Comments
 (0)