version increment
This commit is contained in:
parent
6181e4ae49
commit
84f2933c6f
2 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.dofdev.snake"
|
||||
android:versionCode="7"
|
||||
android:versionName="1.07"
|
||||
android:versionCode="8"
|
||||
android:versionName="1.10"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="32" />
|
||||
|
|
|
@ -23,9 +23,10 @@ adb shell ip -f inet addr show wlan0
|
|||
adb connect 192.168.1.219
|
||||
|
||||
# publish build
|
||||
# increment version in Platforms/Android/AndroidManifest.xml
|
||||
dotnet publish -c Release Projects/Android/snake.Android.csproj
|
||||
|
||||
adb install Projects/Android/bin/Release/net7.0-android/com.dofdev.snake-Signed.apk
|
||||
# adb install Projects/Android/bin/Release/net7.0-android/com.dofdev.snake-Signed.apk
|
||||
|
||||
# upload quest
|
||||
source .env
|
||||
|
|
Loading…
Add table
Reference in a new issue