diff --git a/.google/packaging.yaml b/.google/packaging.yaml deleted file mode 100644 index 8b752bd..0000000 --- a/.google/packaging.yaml +++ /dev/null @@ -1,19 +0,0 @@ - -# GOOGLE SAMPLE PACKAGING DATA -# -# This file is used by Google as part of our samples packaging process. -# End users may safely ignore this file. It has no relevance to other systems. ---- -status: PUBLISHED -technologies: [Android] -categories: [Views Widgets] -languages: [Kotlin] -solutions: [Mobile] -github: android/views-widgets -level: INTERMEDIATE -icon: screenshots/icon-web.png -apiRefs: - - android:androidx.recyclerview.widget.RecyclerView - - android:androidx.recyclerview.widget.RecyclerView.LayoutManager - - android:androidx.recyclerview.widget.RecyclerView.ViewHolder -license: apache2 diff --git a/settings.gradle b/settings.gradle index 23e7e43..6e17991 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -rootProject.name='RecyclerSample' +rootProject.name='Ntfy' include ':app'