diff --git a/README.md b/README.md index b292912ba949568289d4323b52ce77a661660004..d3e8241d8bf1fcc63e57bee2adc2d48b8915f481 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ## Table of contents +- [Changelog](CHANGELOG.md) - [Important](#important) - [Getting started](#getting-started) - [Before you begin](#11-before-you-begin) diff --git a/settings.gradle b/settings.gradle index ab1307557d1aec6ea5fcf36b4fec135ee1a3b036..425b5887cfdcd9799f3c791c643cfce66f6be496 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,5 +12,5 @@ dependencyResolutionManagement { mavenCentral() } } -rootProject.name = "myid-sample" +rootProject.name = "myid-android-sample" include ":app"