From 8e748afc47502e2641608d821c24172f702cb141 Mon Sep 17 00:00:00 2001 From: James Tucker Date: Tue, 1 Aug 2023 17:49:40 -0700 Subject: [PATCH] android: update Android Gradle Plugin as recommended by Android Studio Updates #cleanup --- android/build.gradle | 3 ++- android/src/main/AndroidManifest.xml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index f814ae0..ee885a5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' + classpath 'com.android.tools.build:gradle:7.4.2' } } @@ -43,6 +43,7 @@ android { // The play flavor contains all features and is for the Play Store. } } + namespace 'com.tailscale.ipn' } dependencies { diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index f47abd8..327951b 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - +