Skip to content

Commit

Permalink
AGP upgrade assistant: move package namespace to build.gradle (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver authored Jun 9, 2023
1 parent a3cd29b commit 507960a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions digitalassetlinks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
}

android {
namespace = 'com.solana.digitalassetlinks'
compileSdk 33

defaultConfig {
Expand Down
3 changes: 1 addition & 2 deletions digitalassetlinks/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
~ Copyright (c) 2022 Solana Mobile Inc.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.solana.digitalassetlinks">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<!-- Uses internet permissions to fetch Asset Links files from authoritative URLs -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 507960a

Please sign in to comment.