Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pocket/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

val versionMajor = 8 // Max value of 200
val versionMinor = 32 // Max of two digits
val versionPatch = 0 // Max of two digits
val versionPatch = 1 // 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
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="83200000"
android:versionName="8.32.0.0" >
android:versionCode="83201000"
android:versionName="8.32.1.0" >

<uses-sdk
android:minSdkVersion="23"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ plugin-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serializat
plugin-licensee = { module = "app.cash.licensee:licensee-gradle-plugin", version = "1.12.0" }
plugin-sentry = { module = "io.sentry:sentry-android-gradle-plugin", version = "4.14.1" }
plugin-versions = { module = "com.github.ben-manes:gradle-versions-plugin", version = "0.52.0" }
r8 = { module = "com.android.tools:r8", version = "8.8.29" }
r8 = { module = "com.android.tools:r8", version = "8.8.18" }
robolectric = { module = "org.robolectric:robolectric", version = "4.14.1" }
sentry = { module = "io.sentry:sentry-android" }
sentry-bom = { module = "io.sentry:sentry-bom", version = "7.21.0" }
Expand Down