Skip to content

Commit 61121c1

Browse files
committed
Cleaning up changes to make library play with client code
1 parent 1cdc099 commit 61121c1

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

AndroidFilePickerLightLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
targetSdkVersion 30
3434
versionCode 10
3535
versionName "1.0.9"
36-
defaultConfig.applicationId "com.maxieds.androidfilepickerlightlibrary"
36+
applicationId "com.maxieds.androidfilepickerlightlibrary"
3737
}
3838

3939
compileOptions {

AndroidFilePickerLightLibrary/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
<uses-permission android:name="android.permission.ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION" android:required="false" />
2626
<uses-permission android:name="android.permission.INTERNET" android:required="false" />
2727

28-
<!-- tools:replace="android:theme" -->
29-
3028
<application
3129
android:launchMode="singleTop"
3230
android:noHistory="false"

0 commit comments

Comments
 (0)