Skip to content

Commit

Permalink
Build: Versioning to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphirx committed Mar 25, 2016
1 parent 6c9bcda commit 95c5fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relinker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

group = 'com.getkeepsafe.relinker'
version = '1.2'
version = '1.2.1'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 9
versionCode 4
versionCode 5
versionName project.version
}
buildTypes {
Expand Down

0 comments on commit 95c5fdb

Please sign in to comment.