Skip to content

Commit

Permalink
Publish beta
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Mar 5, 2024
1 parent 92c3643 commit 1611ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdkVersion 23
targetSdkVersion 34
compileSdk 34
versionCode 103
versionName "2024.02.29-beta"
versionCode 104
versionName "2024.03.05-beta"
testInstrumentationRunner = 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField "java.util.concurrent.atomic.AtomicBoolean", "IS_TESTING", "new java.util.concurrent.atomic.AtomicBoolean(false)"
}
Expand Down

0 comments on commit 1611ee6

Please sign in to comment.