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

Commit

Permalink
- v1.7 Beta update
Browse files Browse the repository at this point in the history
- updated support libraries
  • Loading branch information
kollerlukas committed Sep 18, 2017
1 parent 51a7594 commit 4bf003e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "us.koller.cameraroll"
minSdkVersion 19
targetSdkVersion 26
versionCode 26
versionName "v1.6.2.2 Beta"
versionCode 27
versionName "v1.7 Beta"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -42,13 +42,13 @@ dependencies {
})
testImplementation 'junit:junit:4.12'

implementation 'com.android.support:appcompat-v7:26.0.2'
implementation 'com.android.support:cardview-v7:26.0.2'
implementation 'com.android.support:design:26.0.2'
implementation 'com.android.support:palette-v7:26.0.2'
implementation 'com.android.support:exifinterface:26.0.2'
implementation 'com.android.support:preference-v14:26.0.2'
implementation 'com.android.support:percent:26.0.2'
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:percent:26.1.0'

implementation 'com.github.bumptech.glide:glide:4.0.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0'
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
11 changes: 11 additions & 0 deletions app/src/main/res/values-de/strings_translatable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@
<string name="changes_saved">Änderungen gespeichert</string>
<!--ExcludedPathsActivity-->
<string name="excluded_paths">Ausgeschlossene Dateipfade</string>
<!--VirtualAlbumsActivity-->
<string name="virtual_albums">Virtuelle Alben</string>
<string name="create_virtual_album">Virtuelles Album erstellen</string>
<string name="virtual_album_created">Virtuelles Album %1$s erstellt</string>
<string name="virtual_album_different_name">Bitte wähle einen anderen Namen</string>
<string name="add_path_to_virtual_album">Pfad zu Virtuellem Album hinzufügen</string>
<string name="added_path_to_virtual_album">Pfad zu Virtuellem Album %1$s hinzugefügt</string>
<string name="virtual_album_deleted">Virtuelles Album gelöscht</string>
<string name="path_removed">Pfad entfernt</string>
<string name="no_paths">Keine Pfade vorhanden</string>
<string name="no_virtual_albums">Keine Virtuellen Alben</string>
<!--info Dialog Strings-->
<string name="info_filename">Dateiname: </string>
<string name="info_filepath">Dateipfad: </string>
Expand Down
Binary file modified camera_roll_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4bf003e

Please sign in to comment.