pythonnative 0.21.0__py3-none-any.whl → 0.22.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,8 +7,8 @@ project for a specific [`AppConfig`][pythonnative.project.config.AppConfig]:
7
7
  ``com.pythonnative.android_template``; this module rewrites and moves
8
8
  it to the app's own ``application_id`` so each app ships a distinct
9
9
  package. The PythonNative Android runtime resolves its helper classes
10
- (``Navigator``, ``PNVirtualListView``) via ``getPackageName()``, so the
11
- relocation needs no runtime configuration.
10
+ (``Navigator``) via ``getPackageName()``, so the relocation needs no
11
+ runtime configuration.
12
12
  - **Identity & SDKs.** ``applicationId``, ``versionCode``/``versionName``,
13
13
  ``minSdk``/``targetSdk``/``compileSdk``, ABI filters, and the embedded
14
14
  CPython version are written into ``app/build.gradle``.