Skip to content

Commit

Permalink
Release version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Apr 3, 2024
1 parent d878446 commit e501e39
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 = "org.thequestionmark.questionmark"
minSdk = 31 // can be 24 if we don't runOnUiThread
targetSdk = 34
versionCode = 30100
versionName = "3.1.0"
versionCode = 30101
versionName = "3.1.1"

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

0 comments on commit e501e39

Please sign in to comment.