Skip to content

Instantly share code, notes, and snippets.

@licaon-kter
Created February 29, 2020 19:51
Show Gist options
  • Save licaon-kter/be4e07bce781d4024f4554d10305166e to your computer and use it in GitHub Desktop.
Save licaon-kter/be4e07bce781d4024f4554d10305166e to your computer and use it in GitHub Desktop.
Gallery FOSS HEAD
Found 5.4.1 via distributionUrl
Running /home/strech/versions/5.4.1/bin/gradle clean assembleFossRelease
> Task :app:processFossReleaseManifest
/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/main/AndroidManifest.xml:13:5-15:30 Warning:
uses-permission#android.permission.CAMERA was tagged at AndroidManifest.xml:13 to remove other declarations but no other declaration present
/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/main/AndroidManifest.xml:24:5-537:19 Warning:
application@android:label was tagged at AndroidManifest.xml:24 to replace other declarations but no other declaration present
> Task :app:stripFossReleaseDebugSymbols
Compatible side by side NDK version was not found.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/arm64-v8a/libpl_droidsonroids_gif.so' due to missing strip tool for ABI 'ARM64_V8A'. Packaging it as is.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/arm64-v8a/libpanorenderer.so' due to missing strip tool for ABI 'ARM64_V8A'. Packaging it as is.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/arm64-v8a/libpano_video_renderer.so' due to missing strip tool for ABI 'ARM64_V8A'. Packaging it as is.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/armeabi-v7a/libpl_droidsonroids_gif.so' due to missing strip tool for ABI 'ARMEABI_V7A'. Packaging it as is.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/armeabi-v7a/libpanorenderer.so' due to missing strip tool for ABI 'ARMEABI_V7A'. Packaging it as is.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/armeabi-v7a/libpano_video_renderer.so' due to missing strip tool for ABI 'ARMEABI_V7A'. Packaging it as is.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/x86_64/libpl_droidsonroids_gif.so' due to missing strip tool for ABI 'X86_64'. Packaging it as is.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/x86/libpl_droidsonroids_gif.so' due to missing strip tool for ABI 'X86'. Packaging it as is.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/x86/libpanorenderer.so' due to missing strip tool for ABI 'X86'. Packaging it as is.
Unable to strip library '/home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/intermediates/merged_native_libs/fossRelease/out/lib/x86/libpano_video_renderer.so' due to missing strip tool for ABI 'X86'. Packaging it as is.
> Task :app:kaptFossReleaseKotlin
w: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/tmp/kapt3/stubs/fossRelease/com/simplemobiletools/gallery/pro/interfaces/DirectoryDao.java:11: warning: com.simplemobiletools.gallery.pro.models.Directory has some fields [id] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: path, thumbnail, filename, media_count, last_modified, date_taken, size, location, media_types, sort_value. Fields in com.simplemobiletools.gallery.pro.models.Directory: id, path, thumbnail, filename, media_count, last_modified, date_taken, size, location, media_types, sort_value.
public abstract java.util.List<com.simplemobiletools.gallery.pro.models.Directory> getAll();
^
w: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/tmp/kapt3/stubs/fossRelease/com/simplemobiletools/gallery/pro/interfaces/MediumDao.java:11: warning: com.simplemobiletools.gallery.pro.models.Medium has some fields [id] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: filename, full_path, parent_path, last_modified, date_taken, size, type, video_duration, is_favorite, deleted_ts. Fields in com.simplemobiletools.gallery.pro.models.Medium: id, filename, full_path, parent_path, last_modified, date_taken, size, type, video_duration, is_favorite, deleted_ts.
public abstract java.util.List<com.simplemobiletools.gallery.pro.models.Medium> getMediaFromPath(@org.jetbrains.annotations.NotNull()
^
w: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/tmp/kapt3/stubs/fossRelease/com/simplemobiletools/gallery/pro/interfaces/MediumDao.java:16: warning: com.simplemobiletools.gallery.pro.models.Medium has some fields [id] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: filename, full_path, parent_path, last_modified, date_taken, size, type, video_duration, is_favorite, deleted_ts. Fields in com.simplemobiletools.gallery.pro.models.Medium: id, filename, full_path, parent_path, last_modified, date_taken, size, type, video_duration, is_favorite, deleted_ts.
public abstract java.util.List<com.simplemobiletools.gallery.pro.models.Medium> getFavorites();
^
w: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/tmp/kapt3/stubs/fossRelease/com/simplemobiletools/gallery/pro/interfaces/MediumDao.java:20: warning: com.simplemobiletools.gallery.pro.models.Medium has some fields [id] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: filename, full_path, parent_path, last_modified, date_taken, size, type, video_duration, is_favorite, deleted_ts. Fields in com.simplemobiletools.gallery.pro.models.Medium: id, filename, full_path, parent_path, last_modified, date_taken, size, type, video_duration, is_favorite, deleted_ts.
public abstract java.util.List<com.simplemobiletools.gallery.pro.models.Medium> getDeletedMedia();
^
w: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/tmp/kapt3/stubs/fossRelease/com/simplemobiletools/gallery/pro/interfaces/DateTakensDao.java:15: warning: com.simplemobiletools.gallery.pro.models.DateTaken has some fields [id] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: full_path, filename, parent_path, date_taken, last_fixed. Fields in com.simplemobiletools.gallery.pro.models.DateTaken: id, full_path, filename, parent_path, date_taken, last_fixed.
public abstract java.util.List<com.simplemobiletools.gallery.pro.models.DateTaken> getDateTakensFromPath(@org.jetbrains.annotations.NotNull()
^
w: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/tmp/kapt3/stubs/fossRelease/com/simplemobiletools/gallery/pro/interfaces/DateTakensDao.java:20: warning: com.simplemobiletools.gallery.pro.models.DateTaken has some fields [id] which are not returned by the query. If they are not supposed to be read from the result, you can mark them with @Ignore annotation. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: full_path, filename, parent_path, date_taken, last_fixed. Fields in com.simplemobiletools.gallery.pro.models.DateTaken: id, full_path, filename, parent_path, date_taken, last_fixed.
public abstract java.util.List<com.simplemobiletools.gallery.pro.models.DateTaken> getAllDateTakens();
^
w: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/build/tmp/kapt3/stubs/fossRelease/com/simplemobiletools/gallery/pro/databases/GalleryDatabase.java:7: warning: Schema export directory is not provided to the annotation processor so we cannot export the schema. You can either provide `room.schemaLocation` annotation processor argument OR set exportSchema to false.
public abstract class GalleryDatabase extends androidx.room.RoomDatabase {
^
w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: androidx.room.RoomProcessor (DYNAMIC).
> Task :app:compileFossReleaseKotlin FAILED
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (24, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (25, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (26, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (27, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (28, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (29, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (30, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (31, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (32, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (33, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (34, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (35, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (36, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (37, 8): Unresolved reference: ly
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (113, 50): Unresolved reference: SettingsList
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (115, 55): Unresolved reference: BrushSettings
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (221, 32): Unresolved reference: LoadSettings
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (222, 16): Unresolved reference: source
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (225, 22): Unresolved reference: LoadSettings
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (227, 9): Unresolved reference: PhotoEditorBuilder
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (232, 60): Unresolved reference: PhotoEditorSettingsList
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (233, 28): Unresolved reference: PhotoEditorSettingsList
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (234, 13): Unresolved reference: configure
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (234, 23): Unresolved reference: UiConfigFilter
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (235, 20): Unresolved reference: setFilterList
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (235, 34): Unresolved reference: FilterPackBasic
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (238, 13): Unresolved reference: configure
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (238, 23): Unresolved reference: UiConfigText
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (239, 20): Unresolved reference: setFontList
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (239, 32): Unresolved reference: FontPackBasic
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (242, 20): Unresolved reference: getAssetMap
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (242, 32): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (243, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (243, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (244, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (244, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (245, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (245, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (246, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (246, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (247, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (247, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (248, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (248, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (248, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (249, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (249, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (250, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (250, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (251, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (251, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (252, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (252, 21): Unresolved reference: CropAspectAsset
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (255, 13): Unresolved reference: getSettingsModel
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (255, 30): Unresolved reference: UiConfigAspect
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (256, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (256, 21): Unresolved reference: ToggleAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (256, 38): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (256, 69): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (257, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (257, 21): Unresolved reference: ToggleAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (257, 38): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (257, 70): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (258, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (258, 21): Unresolved reference: ToggleAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (258, 38): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (258, 69): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (259, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (259, 21): Unresolved reference: ToggleAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (259, 38): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (259, 71): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (260, 17): Unresolved reference: add
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (260, 21): Unresolved reference: ToggleAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (260, 38): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (260, 71): Unresolved reference: CropAspectItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (263, 13): Unresolved reference: getSettingsModel
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (263, 30): Unresolved reference: BrushSettings
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (264, 17): Unresolved reference: brushColor
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (265, 17): Unresolved reference: brushHardness
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (266, 17): Unresolved reference: brushSize
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (270, 25): Unresolved reference: getSettingsModel
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (270, 42): Unresolved reference: UiConfigMainMenu
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (272, 20): Unresolved reference: name
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (273, 44): Unresolved reference: ToolItem
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (283, 13): Unresolved reference: getSettingsModel
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (283, 30): Unresolved reference: UiConfigMainMenu
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (285, 13): Unresolved reference: getSettingsModel
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (285, 30): Unresolved reference: UiConfigTheme
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (285, 73): Unresolved reference: Imgly_Theme_NoFullscreen
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (287, 13): Unresolved reference: configure
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (287, 23): Unresolved reference: PhotoEditorSaveSettings
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (288, 20): Unresolved reference: exportFormat
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (288, 35): Unresolved reference: SaveSettings
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (289, 20): Unresolved reference: setOutputFilePath
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (290, 20): Unresolved reference: savePolicy
e: /home/strech/fdroiddata-0822/build/com.simplemobiletools.gallery.pro/app/src/proprietary/kotlin/com/simplemobiletools/gallery/pro/activities/NewEditActivity.kt: (290, 33): Unresolved reference: SaveSettings
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileFossReleaseKotlin'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment