Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thevindu-w committed Aug 6, 2023
1 parent f07438b commit 8051a46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "com.tw.clipshare"
minSdkVersion 24
targetSdkVersion 31
versionCode = 2
versionName = "2.4.2"
versionCode = 20500
versionName = "2.5.0"
resConfigs "en"
}

Expand All @@ -35,6 +35,5 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation "androidx.core:core:1.9.0"
implementation 'com.google.android.material:material:1.9.0'
}

0 comments on commit 8051a46

Please sign in to comment.