File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ android {
1515 applicationId " com.vdcodeassociate.fitme"
1616 minSdk 23
1717 targetSdk 34
18- versionCode 5
19- versionName " 1.2.5 "
18+ versionCode 6
19+ versionName " 1.3.6 "
2020 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2121 }
2222
Original file line number Diff line number Diff line change 1111 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
1212 <uses-permission android : name =" android.permission.SCHEDULE_EXACT_ALARM" />
1313 <uses-permission android : name =" android.permission.USE_EXACT_ALARM" />
14- <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_LOCATION" />
14+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_LOCATION" />
1515
1616 <application
1717 android : name =" .hilt.BaseApplication"
3636 android : name =" .ui.MainActivity"
3737 android : exported =" true"
3838 android : launchMode =" singleTask"
39- android : windowSoftInputMode =" adjustPan" >
40- <intent-filter >
41- <action android : name =" android.intent.action.MAIN" />
42- <category android : name =" android.intent.category.LAUNCHER" />
43- </intent-filter >
44- </activity >
39+ android : windowSoftInputMode =" adjustPan" />
4540
4641 <receiver
4742 android : name =" .ui.fragments.notification.NotificationScheduler"
4843 android : enabled =" true" />
4944
5045 <service
5146 android : name =" .services.TrackingService"
52- android : foregroundServiceType = " location "
53- android : exported = " false " />
47+ android : exported = " false "
48+ android : foregroundServiceType = " location " />
5449
5550 <meta-data
5651 android : name =" com.google.android.gms.ads.APPLICATION_ID"
You can’t perform that action at this time.
0 commit comments