Skip to content

Commit

Permalink
bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
norkator committed Oct 31, 2024
1 parent a1573ea commit 64fa7d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.nitramite.apcupsdmonitor"
minSdkVersion 22
targetSdkVersion 35
versionCode 60
versionName "1.24.0" // Use Semver
versionCode 61
versionName "1.25.0" // Use Semver
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
// Third party
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
implementation 'com.android.billingclient:billing:7.1.1'
Expand Down

0 comments on commit 64fa7d1

Please sign in to comment.