Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Correct error in library_photoview and add
Browse files Browse the repository at this point in the history
library_narrate_android
  • Loading branch information
JSierawski committed May 15, 2017
1 parent 1ebc4af commit 2f8ecbe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/res/values/library_photoview_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string name="library_photoview_isOpenSource">true</string>
<string name="library_photoview_repositoryLink">https://github.com/chrisbanes/PhotoView</string>
<!-- ClassPath for autoDetect section -->
<string name="library_photoview_classPath">uk.co.senab.photoview.BuildConfig</string>
<string name="library_photoview_classPath">com.github.chrisbanes.PhotoView</string>
<!-- License section -->
<string name="library_photoview_licenseId">apache_2_0</string>
<!-- Custom variables section -->
Expand Down
23 changes: 23 additions & 0 deletions library_narrate_android_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>

<resources>
<string name="define_int_narrate_android">year;owner</string>
<!-- Author section -->
<string name="library_narrate_android_author">Timothy Miko</string>
<string name="library_narrate_android_authorWebsite">https://github.com/timothymiko</string>
<!-- Library section -->
<string name="library_narrate_android_libraryName">Narrate</string>
<string name="library_narrate_android_libraryDescription">Narrate is a beautiful and functional open source journal for Android</string>
<string name="library_narrate_android_libraryWebsite">https://github.com/timothymiko/narrate-android</string>
<string name="library_narrate_android_libraryVersion">2.4.0</string>
<!-- OpenSource section -->
<string name="library_narrate_android_isOpenSource">true</string>
<string name="library_narrate_android_repositoryLink"></string>
<!-- ClassPath for autoDetect section -->
<string name="library_narrate_android_classPath">uk.co.senab.photoview.BuildConfig</string>
<!-- License section -->
<string name="library_narrate_android_licenseId">apache_2_0</string>
<!-- Custom variables section -->
<string name="library_narrate_android_year">2016</string>
<string name="library_narrate_android_owner">Timothy Miko</string>
</resources>

0 comments on commit 2f8ecbe

Please sign in to comment.