Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarr21 committed Oct 12, 2020
1 parent 69d1098 commit c8baa20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "io.github.jbarr21.appdialer"
minSdkVersion(23)
targetSdkVersion(29)
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "0.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down

0 comments on commit c8baa20

Please sign in to comment.