Skip to content

Commit

Permalink
Updated version of pygame from 2.0.0-dev7 to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnath committed Jun 30, 2021
1 parent 4b1c7d8 commit 12e54ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythonforandroid/recipes/pygame/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class Pygame2Recipe(CompiledComponentsPythonRecipe):
not part of the build. It's usable, but not complete.
"""

version = '2.0.0-dev7'
url = 'https://github.com/pygame/pygame/archive/android-{version}.tar.gz'
version = '2.0.1'
url = 'https://github.com/pygame/pygame/archive/{version}.tar.gz'

site_packages_name = 'pygame'
name = 'pygame'
Expand Down

8 comments on commit 12e54ca

@Sahil-pixel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will it work on old android ? i have tested previous version of pygame on android 5 it was crashing but in android 8 was working well.

@ljnath
Copy link
Contributor Author

@ljnath ljnath commented on 12e54ca Jul 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will it work on old android ? i have tested previous version of pygame on android 5 it was crashing but in android 8 was working well.

I have tested this in android 8 and 9 and not in other version.
As I don't have any other android device, I could not test it. If you have any old device handy and willing to test, I can share my APK file with you.

@Sahil-pixel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have Android 5 ok .i will test on it ..and I will share the report .

@Sahil-pixel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See once .This was report of previous version of pygame on Android 5.1 .and see the error.
#2333

@robertpfeiffer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, when did you do that? Did you test that it works? Oh well. The requirement to use the tested android tags will probably cease with pygame 2.0.2.

@ljnath
Copy link
Contributor Author

@ljnath ljnath commented on 12e54ca Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, when did you do that? Did you test that it works? Oh well. The requirement to use the tested android tags will probably cease with pygame 2.0.2.

This was done in June as I needed pygame-2.0.0 feature.
Yes I tested it and have a working project here https://github.com/ljnath/PyBluesky-android

@robertpfeiffer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This unreleased yet in p4a anyway and after 2.0.2, every further release should work on Android.

@ljnath
Copy link
Contributor Author

@ljnath ljnath commented on 12e54ca Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I have tested this with 2.0.0 and it working fine; infact the new functionalities of 2.0.0 are also working good.

Please sign in to comment.