File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -326,9 +326,8 @@ android {
326
326
default :
327
327
flavorName = variant. flavorName
328
328
}
329
- def versionName = variant. versionName
330
329
def buildType = variant. buildType. name
331
- outputFileName = " catroid-${ flavorName} -${ versionName } - ${ buildType} .apk"
330
+ outputFileName = " catroid-${ flavorName} -${ buildType} .apk"
332
331
}
333
332
}
334
333
}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ platform :android do
46
46
package_name : 'org.catrobat.catroid' ,
47
47
track : 'alpha' ,
48
48
json_key_data : ENV [ 'googlePlayJsonKey' ] ,
49
- apk_paths : './catroid/build/outputs/apk/catroid/signedRelease/catroid-catroid -signedRelease.apk' ,
49
+ apk_paths : './catroid/build/outputs/apk/catroid/signedRelease/catroid-pocketCode -signedRelease.apk' ,
50
50
skip_upload_apk : 'false' ,
51
51
skip_upload_metadata : 'true' ,
52
52
skip_upload_images : 'true' ,
You can’t perform that action at this time.
0 commit comments