Skip to content

Commit b56facf

Browse files
committed
Some Bug Fixes from V1
1 parent 6b5f2e3 commit b56facf

File tree

89 files changed

+104
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+104
-75
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.DS_Store
77
/build
88
/captures
9+
.idea

.idea/gradle.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/src/main/java/com/aditya/filebrowser/interfaces/OnFileSelectedListener.java

Lines changed: 0 additions & 12 deletions
This file was deleted.
File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
apply plugin: 'com.android.library'
22

3+
ext {
4+
PUBLISH_GROUP_ID = 'com.adityak'
5+
PUBLISH_ARTIFACT_ID = 'browsemyfiles'
6+
PUBLISH_VERSION = '1.1'
7+
}
8+
39
android {
410
compileSdkVersion 25
511
buildToolsVersion "25.0.2"
@@ -29,3 +35,5 @@ dependencies {
2935
compile 'com.roughike:bottom-bar:2.3.1'
3036
compile files('libs/commons-io-2.5.jar')
3137
}
38+
39+
apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'

0 commit comments

Comments
 (0)