Skip to content

Commit

Permalink
update example, depend on plugin 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kezong committed Jul 8, 2019
1 parent c76300c commit b658ad9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.kezong:fat-aar:1.1.7'
classpath 'com.kezong:fat-aar:1.1.8'
}
}

Expand Down
7 changes: 7 additions & 0 deletions example/lib-aar/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kezong.demo.libaar" >

<application>
<provider
android:authorities="${applicationId}.TestProvider"
android:exported="false"
android:name=".TestProvider"/>
</application>

<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
</manifest>

0 comments on commit b658ad9

Please sign in to comment.