Skip to content

Commit

Permalink
Merge pull request #16 from AlessandroLazzari/master
Browse files Browse the repository at this point in the history
Release version 1.4.17
  • Loading branch information
AlessandroLazzari committed Jan 7, 2015
2 parents 07a05e0 + b47bb91 commit 61bd063
Show file tree
Hide file tree
Showing 8 changed files with 897 additions and 888 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ android {
applicationId 'com.money.manager.ex'
minSdkVersion 8
targetSdkVersion 19
versionCode 600
versionName '1.4.16'
versionCode 601
versionName '1.4.17'
}
sourceSets {
main {
Expand Down
9 changes: 9 additions & 0 deletions libs/BCPROV-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
LICENSE
Copyright (c) 2000 - 2013 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Binary file added libs/bcprov-jdk16-146.jar
Binary file not shown.
Binary file removed libs/dropbox-android-sdk-1.5.3.jar
Binary file not shown.
Binary file added libs/dropbox-android-sdk-1.6.2.jar
Binary file not shown.
9 changes: 6 additions & 3 deletions res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2012-2014 Alessandro Lazzari
~
~ This program is free software; you can redistribute it and/or
Expand All @@ -18,8 +17,12 @@
-->

<changelog bulletedList="true">
<changelogversion changeDate="January 7, 2015" versionName="1.4.17">
<changelogtext>Dropbox API updated to version 1.6.2</changelogtext>
<changelogtext>Fixed other minor bugs</changelogtext>
</changelogversion>
<changelogversion changeDate="December 28, 2014" versionName="1.4.16">
<changelogtext>Add translation: German (thanks paulle and philipp9494)</changelogtext>
<changelogtext>Add translation: German (thanks paulle and philipp9494)</changelogtext>
<changelogtext>Add translation: Japanese (thanks naofum)</changelogtext>
<changelogtext>Update all translations</changelogtext>
</changelogversion>
Expand Down
Loading

0 comments on commit 61bd063

Please sign in to comment.