We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f6160 commit 023d352Copy full SHA for 023d352
contrib/android/AndroidApp/lstopo/build.gradle
@@ -53,6 +53,7 @@ android {
53
version "3.7.2+"
54
}
55
56
+ namespace "com.hwloc.lstopo"
57
buildFeatures {
58
buildConfig = true
59
contrib/android/AndroidApp/lstopo/src/main/AndroidManifest.xml
@@ -1,6 +1,5 @@
1
<?xml version="1.1" encoding="utf-8"?>
2
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="com.hwloc.lstopo">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
4
5
<uses-permission android:name = "android.permission.WRITE_EXTERNAL_STORAGE"/>
6
<uses-permission android:name = "android.permission.READ_EXTERNAL_STORAGE"/>
0 commit comments