Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Fadel committed Mar 17, 2018
1 parent 40369c0 commit 14878fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'


// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 0 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 26



defaultConfig {
minSdkVersion 15
targetSdkVersion 26
Expand Down
4 changes: 2 additions & 2 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<application>
<provider
android:name=".DummyContentProvider"
android:authorities="DummyContentProvider"
android:authorities="${applicationId}.mainthreadschedulerlib.DummyContentProvider"
android:enabled="true"
android:exported="false"></provider>
android:exported="false"/>
</application>

</manifest>

0 comments on commit 14878fd

Please sign in to comment.