Skip to content

Commit 64fa7d1

Browse files
committed
bump app version
1 parent a1573ea commit 64fa7d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.nitramite.apcupsdmonitor"
99
minSdkVersion 22
1010
targetSdkVersion 35
11-
versionCode 60
12-
versionName "1.24.0" // Use Semver
11+
versionCode 61
12+
versionName "1.25.0" // Use Semver
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}
1515
buildTypes {
@@ -39,7 +39,7 @@ dependencies {
3939
implementation 'androidx.cardview:cardview:1.0.0'
4040
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
4141
implementation 'androidx.preference:preference:1.2.1'
42-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6'
42+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
4343
// Third party
4444
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
4545
implementation 'com.android.billingclient:billing:7.1.1'

0 commit comments

Comments
 (0)