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

build typo

This commit is contained in:
Chris Howey 2021-02-19 21:32:35 -06:00
parent 20c5c46ace
commit 85b7a28620
3 changed files with 4 additions and 3 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="2" android:versionCode="3"
android:versionName="1.0.1"> android:versionName="1.0.2">
<application android:label="Croc" <application android:label="Croc"
tools:targetApi="30" tools:targetApi="30"

View File

@ -17,5 +17,5 @@ go version
./golang/go/bin/go get github.com/fyne-io/mobile\@v0.1.2 ./golang/go/bin/go get github.com/fyne-io/mobile\@v0.1.2
sed -i '38s/^EGLDisplay/extern EGLDisplay/' ./gopath/pkg/mod/github.com/fyne-io/mobile\@v0.1.2/app/android.go sed -i '38s/^EGLDisplay/extern EGLDisplay/' ./gopath/pkg/mod/github.com/fyne-io/mobile\@v0.1.2/app/android.go
sed -i '39s/^EGLSurface/extern EGLSurface/' ./gopath/pkg/mod/github.com/fyne-io/mobile\@v0.1.2/app/android.go sed -i '39s/^EGLSurface/extern EGLSurface/' ./gopath/pkg/mod/github.com/fyne-io/mobile\@v0.1.2/app/android.go
./gopath/bin/fyne package -os android -release -appID com.github.howeyc.crocgui -icon manifest/en-US/images/icon.png ./gopath/bin/fyne package -os android -release -appID com.github.howeyc.crocgui -icon metadata/en-US/images/icon.png

View File

@ -0,0 +1 @@
- Fix F-Droid build