Skip to content

Commit

Permalink
change the version code and version name for google play store
Browse files Browse the repository at this point in the history
  • Loading branch information
ryccoatika committed Nov 18, 2020
1 parent 82ce37a commit 32549a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.ryccoatika.imagetotext"
minSdkVersion 21
targetSdkVersion 30
versionCode 2
versionName "1.0.1"
versionCode 8
versionName "1.2.1"
testInstrumentationRunner "androidx.intro_1.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:versionCode="2"
android:versionName="1.0.1"
android:versionCode="8"
android:versionName="1.2.1"
tools:ignore="GoogleAppIndexingWarning">
<activity
android:name=".intro.IntroActivity"
Expand Down

0 comments on commit 32549a4

Please sign in to comment.