Skip to content

Commit

Permalink
Rename submodule 'common'
Browse files Browse the repository at this point in the history
  • Loading branch information
iambmelt committed Nov 14, 2017
1 parent efe2677 commit 5fd4f06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "microsoft-authentication-library-common-for-android"]
path = microsoft-authentication-library-common-for-android
path = common
url = https://github.com/AzureAD/microsoft-authentication-library-common-for-android.git
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include ':msal', ':common'
project(':common').projectDir = new File('microsoft-authentication-library-common-for-android/common')
project(':common').projectDir = new File('common/common')

// test apps
include ':testapps:sample'
Expand Down

0 comments on commit 5fd4f06

Please sign in to comment.