File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.nitramite.apcupsdmonitor"
9
9
minSdkVersion 22
10
10
targetSdkVersion 35
11
- versionCode 60
12
- versionName " 1.24 .0" // Use Semver
11
+ versionCode 61
12
+ versionName " 1.25 .0" // Use Semver
13
13
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
14
14
}
15
15
buildTypes {
@@ -39,7 +39,7 @@ dependencies {
39
39
implementation ' androidx.cardview:cardview:1.0.0'
40
40
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
41
41
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 '
43
43
// Third party
44
44
implementation ' com.github.PhilJay:MPAndroidChart:v3.1.0'
45
45
implementation ' com.android.billingclient:billing:7.1.1'
You can’t perform that action at this time.
0 commit comments