Skip to content

Commit

Permalink
Publish beta
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Feb 16, 2024
1 parent 4ee3512 commit cc40255
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 98
versionName "2024.03-beta2"
versionCode 99
versionName "2024.03-beta3"
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 cc40255

Please sign in to comment.