Skip to content

Commit

Permalink
Merge pull request #390 from hummingbird-me/develop
Browse files Browse the repository at this point in the history
[6.8] Merge develop into master
  • Loading branch information
Mikunj authored Sep 11, 2018
2 parents 4d46607 + 858df5e commit 26b00ed
Show file tree
Hide file tree
Showing 154 changed files with 1,562 additions and 9,330 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "6.7"
versionName "6.8"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.android.vending.BILLING" />

<uses-sdk
android:minSdkVersion="16"
Expand Down
Binary file modified android/app/src/main/assets/fonts/Octicons.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto.ttf
Binary file not shown.
Binary file removed android/app/src/main/assets/fonts/Roboto_medium.ttf
Binary file not shown.
Empty file modified android/app/src/main/assets/fonts/SimpleLineIcons.ttf
100755 → 100644
Empty file.
Binary file not shown.
169 changes: 58 additions & 111 deletions ios/kitsu_mobile.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ios/kitsu_mobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.7</string>
<string>6.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
38 changes: 0 additions & 38 deletions native-base-theme/components/Badge.js

This file was deleted.

Loading

0 comments on commit 26b00ed

Please sign in to comment.