Skip to content

Commit

Permalink
Releasing 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrorampini committed Jan 21, 2015
1 parent 51256cd commit ff84da2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
===============================================================================

Version [2.1.5](https://github.com/rampo/UpdateChecker/releases/tag/v2.1.5) *(2015-01-21)*
----------------------------
* LIB: Added Arabic translation (thanks to [@yazeed44](https://github.com/yazeed44))
* DEMO: Fixed error in parent activities

Version [2.1.4](https://github.com/rampo/UpdateChecker/releases/tag/v2.1.4) *(2014-09-25)*
----------------------------
* LIB: German and hungarian translation updated (thanks to [@lmbd](https://github.com/lmbd) and [@megamegax](https://github.com/megamegax))
Expand Down
Binary file added apk/Demo2.1.5.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:1.0.1'
}
}

Expand Down
3 changes: 1 addition & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ android {

buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
signingConfig signingConfigs.release
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.1.4
VERSION_CODE=11
VERSION_NAME=2.1.5
VERSION_CODE=12
GROUP=com.github.rampo.updatechecker

POM_DESCRIPTION=UpdateChecker is a class that can be used by Android Developers to increase the number of their apps' updates
Expand Down
4 changes: 1 addition & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:1.0.1'
}
}
repositories {
Expand All @@ -23,8 +23,6 @@ android {
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
Expand Down

0 comments on commit ff84da2

Please sign in to comment.