Skip to content

Commit 785a1c8

Browse files
committed
Prepare 1.7.1 release
1 parent 498c32b commit 785a1c8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.github.mobile"
4-
android:versionCode="1400"
5-
android:versionName="1.7" >
4+
android:versionCode="1500"
5+
android:versionName="1.7.1" >
66

77
<!-- Target SDK version must be 16, not 17, or JavaScript bridge for
88
WebView widgets does not work on a 4.2 Nexus 7 -->

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<version>1.7</version>
7+
<version>1.7.1</version>
88
<groupId>com.github.github</groupId>
99
<artifactId>github-android-parent</artifactId>
1010
</parent>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<version>1.7</version>
7+
<version>1.7.1g</version>
88
<groupId>com.github.github</groupId>
99
<artifactId>github-android-parent</artifactId>
1010
</parent>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<version>1.7</version>
6+
<version>1.7.1</version>
77
<groupId>com.github.github</groupId>
88
<artifactId>github-android-parent</artifactId>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)