Skip to content

Commit

Permalink
Merge pull request #180 from norkator/sdk-dependency-upgrades
Browse files Browse the repository at this point in the history
Sdk dependency upgrades
  • Loading branch information
norkator authored Feb 1, 2024
2 parents f66a760 + 1087d59 commit 26e5b5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android {
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.nitramite.apcupsdmonitor"
minSdkVersion 22
targetSdkVersion 33

targetSdkVersion 34
versionCode 58
versionName "1.22.0" // Use Semver
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -40,17 +39,17 @@ 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.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
// Third party
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
implementation 'com.android.billingclient:billing:6.0.1'
implementation 'com.android.billingclient:billing:6.1.0'
implementation 'com.wdullaer:swipeactionadapter:2.1.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'joda-time:joda-time:2.12.5'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
// For the notifications
implementation 'com.google.firebase:firebase-messaging:23.2.1'
implementation 'com.google.firebase:firebase-messaging:23.4.0'
// Tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.3.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.google.gms:google-services:4.3.15'

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 26e5b5f

Please sign in to comment.