Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svetter committed Sep 4, 2024
1 parent 9bf4c05 commit 4e29486
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.gmail.simetist.stereophoniccalculator"
minSdk = 24
targetSdk = 35
versionCode = 2
versionName = "0.1.1"
versionCode = 3
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ junitVersion = "1.2.1"
espressoCore = "3.6.1"
appcompat = "1.7.0"
material = "1.12.0"
activity = "1.9.0"
activity = "1.9.1"
constraintlayout = "2.1.4"
ossLicensesPlugin = "0.10.6"
playServicesOssLicenses = "17.1.0"
Expand Down

0 comments on commit 4e29486

Please sign in to comment.