Skip to content

Commit

Permalink
Upgrade versionCode to 7 and versionName to 3.4 (prepare to release)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinchamp77 committed Jul 26, 2024
1 parent 04cdd03 commit 603f3ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "vtsen.hashnode.dev.androidnews"
minSdk 21
targetSdk 34
versionCode 7
versionName "3.3"
versionCode 8
versionName "3.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -58,8 +58,8 @@ android {

dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.8.3'
implementation 'androidx.activity:activity-compose:1.9.0'
implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.8.4'
implementation 'androidx.activity:activity-compose:1.9.1'

// required by "?attr/colorControlNormal" icon drawable vector xml
implementation 'androidx.appcompat:appcompat:1.7.0'
Expand Down

0 comments on commit 603f3ff

Please sign in to comment.