Skip to content

Commit

Permalink
Removed Google Services for compatibility with FDroid (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeurlv committed Jul 22, 2019
1 parent 858584c commit 4e6a21b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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 "com.easyfitness"
minSdkVersion 21
targetSdkVersion 28
versionCode 35
versionName "0.18.3"
versionCode 36
versionName "0.18.4"

vectorDrawables.useSupportLibrary = true
}
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/values/about.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_version" translatable="false">0.18.3</string>
<string name="app_version" translatable="false">0.18.4</string>
<string name="database_version_label" translatable="false">Database version: </string>
<string name="author_label">Author: </string>
<string name="author" translatable="false">Charles Combes</string>
Expand All @@ -10,9 +10,10 @@
<string name="email_url" translatable="false">fastnfitnessapp@gmail.com</string>
<string name="revision_history_label" translatable="false">Revision History: </string>
<string name="revision_history" translatable="false">\n
v0.18.3: July 19, 2019\n
v0.18.4: July 22, 2019\n
\t- Bug : CSV export fixes (#74, #75, #76, #77)\n
\t- Enhancement : Spanish traduction (Thanks to sguinetti)\n
\t- Enhancement : Removed Google Play Services (#84)\n
</string>
<string name="thanks_label" translatable="false">Libraries used in this app: </string>
<string name="MPAndroidChart_content" translatable="false">MPAndroidChart (Apache 2.0)</string>
Expand Down

0 comments on commit 4e6a21b

Please sign in to comment.