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

Commit

Permalink
Upped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Dec 29, 2015
1 parent 0dabdb9 commit c388ab5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ def gitSha() {
return 'git rev-parse --short HEAD'.execute().text.trim()
}

/*
* Project Root Validator
*
* @link https://github.com/d4rken/rootvalidator
* @license https://github.com/d4rken/rootvalidator/blob/master/LICENSE GPLv3
*/

//def buildTime() {
// def df = new SimpleDateFormat("yyyy-MM-dd'T'HH-mm-ss'Z'")
// df.setTimeZone(TimeZone.getTimeZone("GMT+1"))
Expand All @@ -33,8 +40,8 @@ android {
applicationId "eu.thedarken.rootvalidator"
minSdkVersion 10
targetSdkVersion 23
versionCode 24
versionName "2.1.0"
versionCode 25
versionName "2.1.1"
}
buildTypes {
release {
Expand Down

0 comments on commit c388ab5

Please sign in to comment.