From 18787d36e433cd2fdc91b1da3b0a75c41812070d Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Tue, 26 Oct 2021 14:18:20 -0400 Subject: [PATCH] Change name --- .google/packaging.yaml | 19 ------------------- settings.gradle | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .google/packaging.yaml 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'