mirror of
https://github.com/taigrr/crocgui
synced 2025-01-18 04:03:16 -08:00
fix receive dialog
This commit is contained in:
parent
1a69d05b71
commit
4c2a1c3688
@ -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
2
go.mod
@ -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
|
||||||
|
1
metadata/en-US/changelogs/13.txt
Normal file
1
metadata/en-US/changelogs/13.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
- Fix receive filename dialog
|
Loading…
x
Reference in New Issue
Block a user