Skip to content

Commit

Permalink
Merge pull request #21 from Pocket/beta
Browse files Browse the repository at this point in the history
Released 8.27.0
  • Loading branch information
marcin-kozinski authored Oct 29, 2024
2 parents 360e79b + befeabe commit 1c2f846
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
4 changes: 2 additions & 2 deletions Pocket/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ plugins {
}

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

// See usage and more details below, but this produces version numbers like 6.2.4.1 and codes like 60204001
Expand Down
30 changes: 6 additions & 24 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="82601000"
android:versionName="8.26.1.0" >
android:versionCode="82700000"
android:versionName="8.27.0.0" >

<uses-sdk
android:minSdkVersion="23"
Expand Down Expand Up @@ -57,6 +57,9 @@
<intent>
<action android:name="com.android.vending.billing.InAppBillingService.BIND" />
</intent>
<intent>
<action android:name="com.google.android.apps.play.billingtestcompanion.BillingOverrideService.BIND" />
</intent>

<package android:name="com.facebook.katana" />
<package android:name="com.instagram.android" />
Expand Down Expand Up @@ -160,27 +163,6 @@
android:name="com.pocket.app.settings.account.DeleteAccountActivity"
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:windowSoftInputMode="adjustResize|stateAlwaysHidden" />

<!-- Help Activities -->
<activity
android:name="com.pocket.app.help.HelpPageActivity"
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:windowSoftInputMode="adjustResize|stateAlwaysHidden" />
<activity
android:name="com.pocket.app.help.HelpListActivity"
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:windowSoftInputMode="adjustResize|stateAlwaysHidden" />
<activity
android:name="com.pocket.app.help.HTSActivity"
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:windowSoftInputMode="adjustResize|stateAlwaysHidden" />
<activity
android:name="com.pocket.sdk.util.activity.FramedWebViewActivity"
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:windowSoftInputMode="adjustResize|stateAlwaysHidden" />
<activity
android:name="com.pocket.sdk.util.activity.BasicWebViewActivity"
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity
android:name="com.pocket.app.settings.beta.TCActivity"
android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
Expand Down Expand Up @@ -507,7 +489,7 @@

<meta-data
android:name="com.google.android.play.billingclient.version"
android:value="7.0.0" />
android:value="7.1.1" />

<activity
android:name="com.android.billingclient.api.ProxyBillingActivity"
Expand Down

0 comments on commit 1c2f846

Please sign in to comment.