Skip to content

Commit

Permalink
Merge pull request #63 from JoelKanyi/main
Browse files Browse the repository at this point in the history
Release/1.0.2
  • Loading branch information
joelkanyi authored Oct 22, 2023
2 parents 38cd12a + cd00f0a commit d4ce510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId = "com.joelkanyi.focusbloom.android"
minSdk = 21
targetSdk = compileSdk
versionCode = 2
versionName = "1.0.1"
versionCode = 3
versionName = "1.0.2"
}
buildTypes {
// debug
Expand Down

0 comments on commit d4ce510

Please sign in to comment.