Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
6eero committed Apr 25, 2024
1 parent 2dfe2c5 commit 149029f
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 @@ -10,8 +10,8 @@ android {
applicationId = "com.gero.newpass"
minSdk = 24
targetSdk = 34
versionCode = 8
versionName = "1.1.6"
versionCode = 9
versionName = "1.1.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.11.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.activity:activity:1.8.2")
implementation("androidx.activity:activity:1.9.0")
implementation("androidx.databinding:databinding-runtime:8.3.2")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
Expand Down

0 comments on commit 149029f

Please sign in to comment.