Skip to content

Commit 82b2f6d

Browse files
cleanup
1 parent ec6e5de commit 82b2f6d

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

platforms/android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ To merge plugin-specific permissions with the app's `AndroidManifest.xml` an `.a
22

33
Add the correct permissions to [the libraryproject's manifest](libraryproject/bluetoothpermissions/src/main/AndroidManifest.xml) and build it.
44

5-
Steps to update the `.aar`:
5+
Steps to update the `.aar` file:
66

77
* Clone this repo
88
* Start Android Studio and pick 'import existing project' > `{this repo}/platforms/android/libraryproject`
0 Bytes
Binary file not shown.

platforms/android/libraryproject/bluetoothpermissions/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ android {
2121
dependencies {
2222
compile fileTree(dir: 'libs', include: ['*.jar'])
2323
testCompile 'junit:junit:4.12'
24-
// compile 'com.android.support:appcompat-v7:23.2.1'
2524
}

0 commit comments

Comments
 (0)