moved versionCode and versionName parameters from AndroidManifest.xml to the build.gradle

This commit is contained in:
Yuri Orlov 2014-02-05 02:23:55 +03:00
parent 9814a6e927
commit b516a43d5b
2 changed files with 3 additions and 3 deletions

View file

@ -69,5 +69,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 19 targetSdkVersion 19
versionCode 148
versionName "1.3.19"
} }
} }

View file

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.telegram.messenger" package="org.telegram.messenger" >
android:versionCode="148"
android:versionName="1.3.19">
<supports-screens android:anyDensity="true" <supports-screens android:anyDensity="true"
android:smallScreens="true" android:smallScreens="true"