1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 07:56:14 +00:00

Version 2.0.4

This commit is contained in:
Loic Blot 2018-03-18 12:25:54 +01:00
parent 160688d06f
commit e1fad991a8
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ android:
- tools - tools
- platform-tools - platform-tools
- extra - extra
- build-tools-27.0.2 - build-tools-27.0.3
- android-27 - android-27
licenses: licenses:
- 'android-sdk-license-.+' - 'android-sdk-license-.+'

View File

@ -21,8 +21,8 @@ android {
defaultConfig { defaultConfig {
applicationId "fr.unix_experience.owncloud_sms" applicationId "fr.unix_experience.owncloud_sms"
versionCode 67 versionCode 68
versionName "2.0.3" versionName "2.0.4"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
maxSdkVersion 27 maxSdkVersion 27