Skip to content

Commit

Permalink
Merge pull request #44 from Pocket/beta
Browse files Browse the repository at this point in the history
Released 8.28.0
  • Loading branch information
marcin-kozinski authored Nov 12, 2024
2 parents e1c9855 + efe4dc2 commit 8bdf2f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pocket/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

val versionMajor = 8 // Max value of 200
val versionMinor = 27 // Max of two digits
val versionMinor = 28 // Max of two digits
val versionPatch = 0 // Max of two digits
val versionBuild = 0 // Max of three digits

Expand Down
15 changes: 8 additions & 7 deletions Pocket/merged_manifests/playUnsignedRelease/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package="com.ideashower.readitlater.pro"
android:installLocation="auto"
android:targetSandboxVersion="2"
android:versionCode="82700000"
android:versionName="8.27.0.0" >
android:versionCode="82800000"
android:versionName="8.28.0.0" >

<uses-sdk
android:minSdkVersion="23"
Expand Down Expand Up @@ -656,6 +656,12 @@
<action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS" />
</intent-filter>
</receiver>

<service
android:name="androidx.room.MultiInstanceInvalidationService"
android:directBootAware="true"
android:exported="false" />

<receiver
android:name="com.braze.BrazeFlushPushDeliveryReceiver"
android:exported="false" >
Expand All @@ -680,11 +686,6 @@
android:name="androidx.window.sidecar"
android:required="false" />

<service
android:name="androidx.room.MultiInstanceInvalidationService"
android:directBootAware="true"
android:exported="false" />

<receiver
android:name="androidx.profileinstaller.ProfileInstallReceiver"
android:directBootAware="false"
Expand Down

0 comments on commit 8bdf2f0

Please sign in to comment.