Skip to content

Commit

Permalink
Removed Firebase Messaging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xRahul committed Jan 8, 2019
1 parent 161cbf1 commit 871caad
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 46 deletions.
Binary file added app/APKs/FicsaveMiddleware 2.7.1.apk
Binary file not shown.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies {
implementation "com.android.support:support-vector-drawable:${rootProject.ext.supportLibVersion}"
implementation "com.android.support:support-v4:${rootProject.ext.supportLibVersion}"
implementation "com.android.support:cardview-v7:${rootProject.ext.supportLibVersion}"
implementation "com.google.firebase:firebase-messaging:${rootProject.ext.gmsFirebaseMessagingVersion}"

androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down
22 changes: 0 additions & 22 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<meta-data
android:name="firebase_analytics_collection_deactivated"
android:value="true" />
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_stat_fm" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/colorPrimary" />

<activity
android:name=".MainActivity"
Expand Down Expand Up @@ -60,16 +48,6 @@
android:name=".FicSettingsActivity"
android:label="@string/title_fic_activity_settings" />

<service
android:name=".MyFirebaseMessagingService"
android:stopWithTask="false"
android:exported="true"
tools:ignore="ExportedService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>

<activity android:name=".TermsActivity" />
<activity android:name=".DownloadHistoryActivity"/>
</application>
Expand Down

This file was deleted.

5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ ext {
// You can also create properties to specify versions for dependencies.
// Having consistent versions between modules can avoid conflicts with behavior.
supportLibVersion = "28.0.0"
gmsFirebaseMessagingVersion = "17.3.4"
jUnitVersion = "4.12"
minSdkVersion = 23
targetSdkVersion = 28
applicationId = "in.rahulja.ficsavemiddleware"
versionCode = 270
versionName = "2.7.0"
versionCode = 271
versionName = "2.7.1"
}
8 changes: 4 additions & 4 deletions in.rahulja.ficsavemiddleware.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ being used for debugging purposes only.
Repo Type:git
Repo:https://github.com/xRahul/FicsaveMiddleware.git

Build:2.7.0,270
commit=2.7.0
Build:2.7.1,271
commit=2.7.1
subdir=app
gradle=yes

Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.7.0
Current Version Code:270
Current Version:2.7.1
Current Version Code:271
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=FicsaveMiddleware:app
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=FicsaveMiddleware
sonar.projectVersion=2.7.0
sonar.projectVersion=2.7.1

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
Expand Down

0 comments on commit 871caad

Please sign in to comment.