Skip to content

Commit

Permalink
Merge pull request #344 from thgoebel/release
Browse files Browse the repository at this point in the history
Revert "Update build.gradle.kts"
  • Loading branch information
simondankelmann authored Jan 22, 2025
2 parents 7c1c165 + a20e3aa commit e096761
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ android {
applicationId = "de.simon.dankelmann.bluetoothlespam"
minSdk = 26
targetSdk = 35
versionCode = 2
versionName = "1.0.8"
versionCode = 3
versionName = "1.0.9"

//testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit e096761

Please sign in to comment.