1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-19 03:40:35 +01:00

Merge pull request #214 from ultrasonic/new-release

New release 2.6.0
This commit is contained in:
Yahor Berdnikau 2018-07-15 12:33:15 +02:00 committed by GitHub
commit 1c6dacb7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ ext.versions = [
androidSupport : "22.2.1",
kotlin : "1.2.50",
kotlin : "1.2.51",
retrofit : "2.4.0",
jackson : "2.9.5",

View File

@ -8,8 +8,8 @@ android {
defaultConfig {
applicationId "org.moire.ultrasonic"
versionCode 68
versionName "2.5.0"
versionCode 69
versionName "2.6.0"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk