Skip to content

Commit bf638ff

Browse files
committed
Updated build.gradle to rename apks
1 parent 22e0943 commit bf638ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 27
5+
6+
applicationVariants.all { variant ->
7+
variant.outputs.all {
8+
outputFileName = 'PinItAndroid.apk'
9+
}
10+
}
11+
512
defaultConfig {
613
applicationId "com.pinit.pinitmobileapp"
714
minSdkVersion 24

0 commit comments

Comments
 (0)