1
0
mirror of https://github.com/taigrr/crocgui synced 2025-01-18 04:03:16 -08:00

fix receive dialog

This commit is contained in:
Chris Howey 2021-04-18 15:29:33 -05:00
parent 1a69d05b71
commit 4c2a1c3688
3 changed files with 5 additions and 2 deletions

View File

@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.github.howeyc.crocgui" package="com.github.howeyc.crocgui"
android:versionCode="12" android:versionCode="13"
android:versionName="1.7.1"> android:versionName="1.7.2">
<application android:label="Croc"> <application android:label="Croc">
<activity android:name="org.golang.app.GoNativeActivity" <activity android:name="org.golang.app.GoNativeActivity"

2
go.mod
View File

@ -7,3 +7,5 @@ require (
github.com/schollz/croc/v8 v8.6.12 github.com/schollz/croc/v8 v8.6.12
github.com/schollz/logger v1.2.0 github.com/schollz/logger v1.2.0
) )
replace fyne.io/fyne/v2 => ./fyne-mobile-save-filename

View File

@ -0,0 +1 @@
- Fix receive filename dialog