Skip to content

Commit 95c5fdb

Browse files
committed
Build: Versioning to 1.2.1
1 parent 6c9bcda commit 95c5fdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

relinker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
group = 'com.getkeepsafe.relinker'
6-
version = '1.2'
6+
version = '1.2.1'
77

88
android {
99
compileSdkVersion 23
1010
buildToolsVersion "23.0.2"
1111

1212
defaultConfig {
1313
minSdkVersion 9
14-
versionCode 4
14+
versionCode 5
1515
versionName project.version
1616
}
1717
buildTypes {

0 commit comments

Comments
 (0)