Skip to content

Commit 55a9376

Browse files
committed
bump app version
1 parent 65693f0 commit 55a9376

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

10-bitClockWidget/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "com.github.ashutoshgngwr.tenbitclockwidget"
2525
minSdkVersion 14
2626
targetSdkVersion 30
27-
versionCode 180
28-
versionName "1.8"
27+
versionCode 190
28+
versionName "1.9"
2929
}
3030
buildTypes {
3131
release {

10-bitClockWidget/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ buildscript {
2929
allprojects {
3030
repositories {
3131
google()
32+
mavenCentral()
3233
maven { url "https://jitpack.io" }
3334
}
3435
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Minor bug fixes

0 commit comments

Comments
 (0)