Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbb18e1

Browse files
committed
Fixed version numbers #PLAY_BETA
1 parent c3b3a19 commit bbb18e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
applicationId "com.stealthcotper.networktools"
3333
minSdkVersion minSdkVer
3434
targetSdkVersion targetSdkVer
35-
versionCode versionName
36-
versionName versionCode
35+
versionCode appVersionName
36+
versionName appVersionCode
3737
archivesBaseName = "AndroidNetworkTools"
3838
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3939
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ subprojects {
3030
ext.targetSdkVer = 27
3131
ext.supportLibVer = "27.1.1"
3232

33-
ext.versionName = "0.4.0"
34-
ext.versionCode = 14
33+
ext.appVersionName = "0.4.0"
34+
ext.appVersionCode = 14
3535
}

0 commit comments

Comments
 (0)