Skip to content

Commit

Permalink
release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jul 29, 2018
1 parent cb328ef commit b1548d1
Show file tree
Hide file tree
Showing 4 changed files with 9,861 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ android {
applicationId "com.gsygithubapp"
minSdkVersion 19
targetSdkVersion 22
versionCode 11
versionName "1.8"
versionCode 12
versionName "1.9"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion app/components/CodeDetailPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CodeDetailPage extends Component {
reposActions.getReposFileDir(this.props.ownerName,
this.props.repositoryName, this.props.path, this.props.branch, this.props.textStyle).then((res) => {
if (res && res.result) {
let startTag = `<div class="announce instapaper_body `;
let startTag = `<div class="instapaper_body `;
let startLang = res.data.indexOf(startTag);
let endLang = res.data.indexOf(`" data-path="`);
let lang;
Expand Down
4 changes: 2 additions & 2 deletions ios/GSYGithubAPP/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8</string>
<string>1.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>11</string>
<string>12</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
Loading

0 comments on commit b1548d1

Please sign in to comment.