Skip to content

Commit

Permalink
Update versionCode.
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalventura committed Nov 6, 2020
1 parent 85a8382 commit ebdc4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "com.anibalventura.likepaint"
minSdkVersion 21
targetSdkVersion 30
versionCode 3
versionCode 4
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:versionCode="3"
android:versionCode="4"
android:versionName="1.0.0">

<activity
Expand Down

0 comments on commit ebdc4df

Please sign in to comment.