From a23ec3027c2085878ab0fe4977f751457b52cff9 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Fri, 29 Dec 2017 13:20:36 +0100 Subject: [PATCH] * Updated .gitignore * Added image to README * Increased Android SDK version --- .gitignore | 4 +++- README.md | 17 ++++++++++++----- android/app/build.gradle | 4 ++-- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 891f009..2863b3b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,12 @@ .vscode # iOS build -ios/build/ +/ios/build/ # Android *.keystore +/android/build +/android/app/build # Xcode !**/*.xcodeproj diff --git a/README.md b/README.md index 4fffa60..1590dc0 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,15 @@ This repository contains the code of the iOS & Android app of the gaming blog [R It was developed using [React Native](https://facebook.github.io/react-native/). + + # App Store links + * [iOS](https://itunes.apple.com/de/app/rebelgamer-news-fur-gamer/id1187403828) * [Android](https://play.google.com/store/apps/details?id=de.rebelgamer.RebelGamerRSS) # Getting Started + ``` $ git clone https://github.com/MrMojo86/RebelGamer.git $ cd rebelgamer @@ -27,13 +31,16 @@ $ react-native run-android ``` # Report a bug + Please create a [GitHub issue](https://github.com/MrMojo86/RebelGamer/issues) # Using -- [React Native](https://facebook.github.io/react-native/) -- [React Navigation](https://reactnavigation.org/) -- [React Native Elements ](https://react-native-training.github.io/react-native-elements/) -- [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons) + +* [React Native](https://facebook.github.io/react-native/) +* [React Navigation](https://reactnavigation.org/) +* [React Native Elements ](https://react-native-training.github.io/react-native-elements/) +* [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons) # Known issues -* Android: Clicking on links in the detail view opens the link in a new browser window but the WebView also navigates to this page \ No newline at end of file + +* Android: Clicking on links in the detail view opens the link in a new browser window but the WebView also navigates to this page diff --git a/android/app/build.gradle b/android/app/build.gradle index ab0f911..27bd7a2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -101,8 +101,8 @@ android { defaultConfig { applicationId "de.rebelgamer.RebelGamerRSS" minSdkVersion 16 - targetSdkVersion 22 - versionCode 30 + targetSdkVersion 23 + versionCode 31 versionName "3.0" ndk { abiFilters "armeabi-v7a", "x86"