Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore: bump version to v7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jan 31, 2024
1 parent bb40699 commit 1d93637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.bnyro.recorder"
minSdk = 21
targetSdk = 33
versionCode = 17
versionName = "7.2"
versionCode = 18
versionName = "7.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -80,4 +80,4 @@ dependencies {
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$compose_version")
debugImplementation("androidx.compose.ui:ui-tooling:$compose_version")
debugImplementation("androidx.compose.ui:ui-test-manifest:$compose_version")
}
}

0 comments on commit 1d93637

Please sign in to comment.