mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-03 09:49:15 +01:00
moved versionCode and versionName parameters from AndroidManifest.xml to the build.gradle
This commit is contained in:
parent
9814a6e927
commit
b516a43d5b
2 changed files with 3 additions and 3 deletions
|
@ -69,5 +69,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 19
|
||||
versionCode 148
|
||||
versionName "1.3.19"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.telegram.messenger"
|
||||
android:versionCode="148"
|
||||
android:versionName="1.3.19">
|
||||
package="org.telegram.messenger" >
|
||||
|
||||
<supports-screens android:anyDensity="true"
|
||||
android:smallScreens="true"
|
||||
|
|
Loading…
Reference in a new issue