Skip to content

Commit 91b398b

Browse files
committed
update to 2.2.0-RC-3
1 parent a924889 commit 91b398b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "org.witness.proofmode"
2929
minSdkVersion 24
3030
targetSdkVersion 34
31-
versionCode 220302
32-
versionName "2.2.0-RC-2"
31+
versionCode 220303
32+
versionName "2.2.0-RC-3"
3333
multiDexEnabled true
3434
archivesBaseName = "ProofMode-$versionName"
3535
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

app/src/main/java/org/witness/proofmode/Activities.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ object Activities: ViewModel()
227227

228228
for (pItem in activity.type.items)
229229
{
230-
if (!lastActivity.type.items.any{ it.uri == pItem.uri})
230+
if (!lastActivity.type.items.any{ it.uri == pItem.uri})
231231
{
232232
lastActivity.type.items.add(pItem)
233233
}

0 commit comments

Comments
 (0)