mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-07 07:56:14 +00:00
Manage versionCode and versionString in gradle directly
This commit is contained in:
parent
7303534911
commit
0a785692b4
@ -20,6 +20,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "fr.unix_experience.owncloud_sms"
|
||||
versionCode 51
|
||||
versionName "1.1.1"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
maxSdkVersion 26
|
||||
|
@ -1,8 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="fr.unix_experience.owncloud_sms"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:versionCode="52"
|
||||
android:versionName="1.1.1"> <!-- From Android 4.1 to O -->
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- From Android 4.1 to O -->
|
||||
<uses-sdk android:maxSdkVersion="26"/>
|
||||
|
||||
<uses-permission android:name="android.permission.READ_SMS"/>
|
||||
@ -159,4 +158,4 @@
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
Loading…
x
Reference in New Issue
Block a user