Skip to content

Commit

Permalink
Updated to version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeAbinash committed May 9, 2023
1 parent c8b2376 commit 38f01c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ android {

namespace "com.englishdictionary"
defaultConfig {
applicationId "com.englishdictionary"
// applicationId "com.englishdictionary"
applicationId "com.englishdictionary.rn"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"
}

splits {
Expand Down

0 comments on commit 38f01c0

Please sign in to comment.