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

Manage versionCode and versionString in gradle directly

This commit is contained in:
Loïc Blot 2017-08-22 12:27:12 +02:00
parent 7303534911
commit 0a785692b4
2 changed files with 5 additions and 4 deletions

View File

@ -20,6 +20,8 @@ android {
defaultConfig { defaultConfig {
applicationId "fr.unix_experience.owncloud_sms" applicationId "fr.unix_experience.owncloud_sms"
versionCode 51
versionName "1.1.1"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 26
maxSdkVersion 26 maxSdkVersion 26

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest package="fr.unix_experience.owncloud_sms" <manifest package="fr.unix_experience.owncloud_sms"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android">
android:versionCode="52" <!-- From Android 4.1 to O -->
android:versionName="1.1.1"> <!-- From Android 4.1 to O -->
<uses-sdk android:maxSdkVersion="26"/> <uses-sdk android:maxSdkVersion="26"/>
<uses-permission android:name="android.permission.READ_SMS"/> <uses-permission android:name="android.permission.READ_SMS"/>