Skip to content

gitignore updated #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
23 changes: 12 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@

# Created by https://www.gitignore.io/api/android

### Android ###
# Built application files
# Built context files
*.apk
*.ap_

# Files for the ART/Dalvik VM
# Files for the Dalvik VM
*.dex

# Java class files
Expand All @@ -17,7 +13,7 @@ bin/
gen/
out/

# Gradle files
# Gradle
.gradle/
build/

Expand All @@ -37,12 +33,17 @@ proguard/
captures/

# Intellij
.idea/
*.iml
.idea/workspace.xml
.idea/libraries

# Keystore files
*.jks

### Android Patch ###
gen-external-apklibs
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
1 change: 0 additions & 1 deletion .gradle/2.10/taskArtifacts/cache.properties

This file was deleted.

Binary file removed .gradle/2.10/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file removed .gradle/2.10/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/2.10/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file removed .gradle/2.10/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file removed .gradle/2.10/taskArtifacts/taskArtifacts.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

26 changes: 0 additions & 26 deletions .idea/gradle.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/animated_vector_drawable_24_1_1.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/libraries/appcompat_v7_24_1_1.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/libraries/design_24_1_1.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/glide_3_7_0.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/hamcrest_core_1_3.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/junit_4_12.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .idea/libraries/recyclerview_v7_24_1_1.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/support_annotations_24_1_1.xml

This file was deleted.

18 changes: 0 additions & 18 deletions .idea/libraries/support_v4_24_1_1.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/support_vector_drawable_24_1_1.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

19 changes: 0 additions & 19 deletions ImagePicker.iml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.0-beta2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Binary file removed build/generated/mockable-android-24.jar
Binary file not shown.
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

2 changes: 1 addition & 1 deletion gradlew
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
fi
fi

# For Darwin, add options to specify how the application appears in the dock
# For Darwin, add options to specify how the context appears in the dock
if $darwin; then
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi
Expand Down
1 change: 0 additions & 1 deletion imagepicker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.nguyenhoanglam'

android {
Expand Down

This file was deleted.

Loading