Skip to content

Commit

Permalink
update to 2.2.0-RC-3
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Jan 12, 2024
1 parent a924889 commit 91b398b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId "org.witness.proofmode"
minSdkVersion 24
targetSdkVersion 34
versionCode 220302
versionName "2.2.0-RC-2"
versionCode 220303
versionName "2.2.0-RC-3"
multiDexEnabled true
archivesBaseName = "ProofMode-$versionName"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/org/witness/proofmode/Activities.kt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ object Activities: ViewModel()

for (pItem in activity.type.items)
{
if (!lastActivity.type.items.any{ it.uri == pItem.uri})
if (!lastActivity.type.items.any{ it.uri == pItem.uri})
{
lastActivity.type.items.add(pItem)
}
Expand Down

0 comments on commit 91b398b

Please sign in to comment.