Skip to content

Commit

Permalink
clean up sample and use plugin from plugin portal
Browse files Browse the repository at this point in the history
  • Loading branch information
int02h committed Feb 25, 2022
1 parent 791d18b commit eef323b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
//id 'com.dpforge.manifestguard' version '0.0.1'
id 'com.dpforge.manifestguard' version '0.0.1'
}

android {
Expand Down
5 changes: 0 additions & 5 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
</intent-filter>
</activity>

<activity
android:name=".SecondActivity"
android:exported="false" />


</application>

</manifest>

0 comments on commit eef323b

Please sign in to comment.