Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dnldsht committed Oct 19, 2016
1 parent 43fb936 commit af70c52
Show file tree
Hide file tree
Showing 30 changed files with 6 additions and 2,810 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Expand Up @@ -4,13 +4,14 @@ repositories {
jcenter()
maven { url "http://repo1.maven.org/maven2" }
maven { url "http://dl.bintray.com/dasar/maven" }
maven { url "https://jitpack.io" }
}

project.ext.supportLib = "24.1.1"
project.ext.supportLib = "24.2.1"

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion "24.0.3"
defaultConfig {
applicationId "org.horaapps.leafpic"
minSdkVersion 19
Expand Down Expand Up @@ -76,6 +77,6 @@ dependencies {
compile 'com.drewnoakes:metadata-extractor:2.9.1'
compile 'org.jetbrains:annotations-java5:15.0'
compile 'com.turingtechnologies.materialscrollbar:lib:10.0.3'
compile project(':photoview')
compile 'com.github.chrisbanes:PhotoView:1.3.0'
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.5.0'
}
Empty file.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.1'
classpath "gradle.plugin.com.gladed.gradle.androidgitversion:gradle-android-git-version:0.2.2"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Empty file modified gradlew 100755 → 100644
Empty file.
90 changes: 0 additions & 90 deletions gradlew.bat

This file was deleted.

1 change: 0 additions & 1 deletion photoview/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions photoview/build.gradle

This file was deleted.

17 changes: 0 additions & 17 deletions photoview/proguard-rules.pro

This file was deleted.

11 changes: 0 additions & 11 deletions photoview/src/main/AndroidManifest.xml

This file was deleted.

60 changes: 0 additions & 60 deletions photoview/src/main/java/uk/co/senab/photoview/Compat.java

This file was deleted.

This file was deleted.

0 comments on commit af70c52

Please sign in to comment.