File tree 2 files changed +2
-2
lines changed
PDFDemo/PDFDemo.Android/Properties
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
# run: appcenter distribute release --silent --file ./PDFDemo/PDFDemo.iOS/bin/iPhone/Release/PDFDemo.iOS.ipa --app SByteDev/PDFDemo.Xamarin-iOS --group Collaborators --token ${{ secrets.APP_CENTER_TOKEN }}
77
77
78
78
- name : Upload Android app to App Center
79
- run : appcenter distribute release --silent --file ./PDFDemo/PDFDemo.Android/bin/Release/com.luisbeltran.icebeamkeystore-Signed.apk --app luisbeltran /PDFDemo.Xamarin-Android --group Collaborators --token ${{ secrets.APP_CENTER_TOKEN }}
79
+ run : appcenter distribute release --silent --file ./PDFDemo/PDFDemo.Android/bin/Release/com.luisbeltran.icebeamkeystore-Signed.apk --app icebeam7 /PDFDemo.Xamarin-Android --group Collaborators --token ${{ secrets.APP_CENTER_TOKEN }}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.companyname.pdfdemo " >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.luisbeltran.icebeamkeystore " >
3
3
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 30" />
4
4
<application android : label =" PDFDemo.Android" android : theme =" @style/MainTheme" ></application >
5
5
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
You can’t perform that action at this time.
0 commit comments