diff --git a/README.md b/README.md index 4244bd7..0df0b6b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ In this repository you will find our Sauce Labs sample-app. You can use it as a sample app for testautomation on your local machine or in our Real Device Cloud. The latest version of the iOS and Android app can be found [here](https://github.com/saucelabs/sample-app-mobile/releases).\ -There are serveral user accounts for this app that will trigger different stages in the app. If you swipe down on the login page you will see them together with the password. +There are several user accounts for this app that will trigger different stages in the app. If you swipe down on the login page you will see them together with the password. +If you tap on them they will auto fill the login data. ![saucelabs.ios](./docs/assets/ios-overview.gif) ![saucelabs.android](./docs/assets/android-overview.gif) diff --git a/android/app/build.gradle b/android/app/build.gradle index fb21d9a..b1369e5 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -131,8 +131,8 @@ android { applicationId "com.swaglabsmobileapp" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 8 - versionName "2.4.0" + versionCode 9 + versionName "2.5.0" missingDimensionStrategy 'react-native-camera', 'general' } splits { diff --git a/ios/SwagLabsMobileApp.xcodeproj/project.pbxproj b/ios/SwagLabsMobileApp.xcodeproj/project.pbxproj index f64d480..fa2b1df 100644 --- a/ios/SwagLabsMobileApp.xcodeproj/project.pbxproj +++ b/ios/SwagLabsMobileApp.xcodeproj/project.pbxproj @@ -790,7 +790,7 @@ baseConfigurationReference = 0C5BDB74CFDBF4E80A7C5913 /* Pods-SwagLabsMobileApp.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 8; + CURRENT_PROJECT_VERSION = 9; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = 2ZQ6NMUD9U; INFOPLIST_FILE = SwagLabsMobileApp/Info.plist; diff --git a/ios/SwagLabsMobileApp/Info.plist b/ios/SwagLabsMobileApp/Info.plist index f86ec98..2b81c47 100644 --- a/ios/SwagLabsMobileApp/Info.plist +++ b/ios/SwagLabsMobileApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.4.0 + 2.5.0 CFBundleSignature ???? CFBundleURLTypes @@ -34,7 +34,7 @@ CFBundleVersion - 6 + 9 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/package.json b/package.json index 37a51a0..e345731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SwagLabsMobileApp", - "version": "2.4.0", + "version": "2.5.0", "private": true, "scripts": { "start": "react-native start",