Bump version to 2.3.0
This commit is contained in:
parent
3dde9eead3
commit
a32f8c3b33
1 changed files with 2 additions and 3 deletions
|
@ -28,8 +28,8 @@ android {
|
|||
buildToolsVersion "22.0.1"
|
||||
|
||||
defaultConfig {
|
||||
versionCode 252
|
||||
versionName "2.5.2"
|
||||
versionCode 253
|
||||
versionName "2.5.3"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 22
|
||||
applicationId "org.ligi.passandroid"
|
||||
|
@ -92,7 +92,6 @@ configurations {
|
|||
dependencies {
|
||||
apt 'org.projectlombok:lombok:1.16.2'
|
||||
|
||||
|
||||
androidTestCompile 'com.android.support:support-v4:22.0.0'
|
||||
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
|
||||
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0'
|
||||
|
|
Loading…
Reference in a new issue