1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-06 23:46:13 +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
- platform-tools
- extra
- build-tools-27.0.2
- build-tools-27.0.3
- android-27
licenses:
- 'android-sdk-license-.+'

View File

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