Skip to content

Commit

Permalink
download option added
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankaj-Meharchandani committed Feb 28, 2024
1 parent 9207e84 commit 064938d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk = 28
targetSdk = 34
versionCode = 1
versionName = "2.0"
versionName = "2.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -31,7 +31,7 @@ android {
dependencies {

implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.9.0")
implementation("com.google.android.material:material:1.11.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
Expand Down

0 comments on commit 064938d

Please sign in to comment.