Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 909acbe

Browse files
niftyneitimabbott
authored andcommitted
Move versioning information into gradle build file
1 parent c64c6ac commit 909acbe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ android {
88
minSdkVersion 13
99
targetSdkVersion 23
1010

11+
versionCode 11
12+
versionName "0.8.9"
13+
1114
testApplicationId "com.zulip.android.test"
1215
testInstrumentationRunner "android.test.InstrumentationTestRunner"
1316
}

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.zulip.android"
4-
android:versionCode="11"
5-
android:versionName="0.8.9" >
4+
>
65

76
<uses-permission android:name="android.permission.INTERNET" />
87
<uses-permission android:name="android.permission.GET_ACCOUNTS" />

0 commit comments

Comments
 (0)