Skip to content

Commit

Permalink
bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed May 25, 2021
1 parent 65693f0 commit 55a9376
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 10-bitClockWidget/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "com.github.ashutoshgngwr.tenbitclockwidget"
minSdkVersion 14
targetSdkVersion 30
versionCode 180
versionName "1.8"
versionCode 190
versionName "1.9"
}
buildTypes {
release {
Expand Down
1 change: 1 addition & 0 deletions 10-bitClockWidget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/190.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor bug fixes

0 comments on commit 55a9376

Please sign in to comment.