Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

Commit

Permalink
- updated Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kollerlukas committed Nov 28, 2017
1 parent fd7507d commit f0e30cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
compileSdkVersion 27
buildToolsVersion '26.0.2'
defaultConfig {
applicationId "us.koller.cameraroll"
minSdkVersion 19
targetSdkVersion 26
targetSdkVersion 27
versionCode 33
versionName "v1.0.3"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -42,17 +42,17 @@ dependencies {
})
testImplementation 'junit:junit:4.12'

implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:cardview-v7:26.1.0'
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support:palette-v7:26.1.0'
implementation 'com.android.support:exifinterface:26.1.0'
implementation 'com.android.support:preference-v14:26.1.0'
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.android.support:design:27.0.2'
implementation 'com.android.support:palette-v7:27.0.2'
implementation 'com.android.support:exifinterface:27.0.2'
implementation 'com.android.support:preference-v14:27.0.2'

implementation 'com.github.bumptech.glide:glide:4.0.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0'

implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.8.0'

//noinspection GradleDependency
implementation 'com.github.chrisbanes:PhotoView:1.3.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
}
}

Expand Down

0 comments on commit f0e30cd

Please sign in to comment.