Skip to content

Commit

Permalink
Updated version code
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Mar 5, 2021
1 parent 8d97f0f commit e7e47c4
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 "tk.therealsuji.vtopchennai"
minSdkVersion 24
targetSdkVersion 30
versionCode 12
versionName "v2.2.1"
versionCode 13
versionName "v3.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -27,7 +27,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "androidx.security:security-crypto:1.1.0-alpha03"
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}

0 comments on commit e7e47c4

Please sign in to comment.