Skip to content

Commit 023d352

Browse files
cibgoglin
authored andcommitted
contrib/android: update the namespace definition
Required by recent versions of gradle Signed-off-by: Brice Goglin <[email protected]>
1 parent 68f6160 commit 023d352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/android/AndroidApp/lstopo/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ android {
5353
version "3.7.2+"
5454
}
5555
}
56+
namespace "com.hwloc.lstopo"
5657
buildFeatures {
5758
buildConfig = true
5859
}

contrib/android/AndroidApp/lstopo/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.1" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.hwloc.lstopo">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43

54
<uses-permission android:name = "android.permission.WRITE_EXTERNAL_STORAGE"/>
65
<uses-permission android:name = "android.permission.READ_EXTERNAL_STORAGE"/>

0 commit comments

Comments
 (0)