Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit c7a922e

Browse files
author
John Austin
authored
Update README.md
1 parent 357fb32 commit c7a922e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Snippets Sample for Android Using the Microsoft Graph SDK
2+
**Version 1.5**
23

34
[![Build Status](https://travis-ci.org/microsoftgraph/android-java-snippets-sample.svg?branch=master)](https://travis-ci.org/microsoftgraph/android-java-snippets-sample)
45

@@ -13,6 +14,7 @@
1314
* [Understand the code](#understand-the-code)
1415
* [Questions and comments](#questions-and-comments)
1516
* [Additional resources](#additional-resources)
17+
* [Version history](#version-history)
1618

1719
Looking to build cool apps that help people work with their Office 365 data? Explore, learn, and understand the Microsoft Graph SDK by using this Snippets sample. This sample shows you how to access multiple resources, including Microsoft Azure Active Directory and Office 365, by making calls to the Microsoft Graph SDK in an Android application.
1820

@@ -179,4 +181,11 @@ General questions about Microsoft Graph development should be posted to [Stack O
179181
* [Microsoft Graph SDK for Android](../../../msgraph-sdk-android)
180182
* [Connect Sample for Android Using the Microsoft Graph SDK](../../../android-java-connect-sample)
181183

184+
## Version history
185+
186+
|Version|Changes|
187+
|:---|:----|
188+
|1.0|Initial release|
189+
|1.5|- MSAL authentication library replaced ADAL authentication library <br/> - Microsoft Graph SDK version 1.5|
190+
182191
Copyright (c) 2015 Microsoft. All rights reserved.

0 commit comments

Comments
 (0)