Skip to content

Commit d438e94

Browse files
committed
final updates for release build
1 parent 1ace1f5 commit d438e94

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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"
@@ -36,21 +36,16 @@
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"

0 commit comments

Comments
 (0)