Skip to content

Commit 4ab2003

Browse files
committed
Fixed code/name switch #PLAY_BETA
1 parent bbb18e1 commit 4ab2003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 appVersionName
36-
versionName appVersionCode
35+
versionName appVersionName
36+
versionCode appVersionCode
3737
archivesBaseName = "AndroidNetworkTools"
3838
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3939
}

0 commit comments

Comments
 (0)