Skip to content

Commit

Permalink
Adjustments for version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrafael committed Feb 29, 2020
1 parent f712e79 commit c21fd51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ Native Android application responsible for OCARIoT platform data acquisition. Th
2. **Set up the environment:**
- Make a copy of the `gradle.properties.example` file in the `/app` directory named `gradle.properties` _(This file will not be tracked by git because it is in .gitignore)_.
- Change the values of the variables you find necessary according to your development and production environment.
3. **Open project in Android Studio:**

3. **Add the Firebase Android configuration file:**
- Sign in to Firebase, then open your project and click [Download](https://support.google.com/firebase/answer/7015592) `google-services.json` to obtain your Firebase Android config file.
- Move your config file into the module _(app-level)_ directory of your app.

4. **Open project in Android Studio:**
- From the Android Studio menu, click File > Open.
- Alternatively, on the "Welcome" screen, click > Open an existing Android Studio project.
- Select the project folder and click OK.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "br.edu.uepb.nutes.ocariot"
minSdkVersion 23
targetSdkVersion 28
versionCode 14
versionName "1.10.2"
versionCode 15
versionName "1.11.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

manifestPlaceholders = [
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<string name="key_signout" translatable="false">key_signout</string>
<string name="key_sync_data" translatable="false">key_sync_data</string>
<string name="key_children" translatable="false">key_children_manager</string>
<string name="settings_summary_version" translatable="false">1.10.2</string>
<string name="settings_summary_version" translatable="false">1.11.0</string>
<string name="login_with_fitbit">Provide access to Fitbit</string>
<string name="login_do_not_user_fitbit">Do not currently use Fitbit</string>
<string name="settings_title">Settings</string>
Expand Down

0 comments on commit c21fd51

Please sign in to comment.