Skip to content

Commit

Permalink
Issue with build process because of appcompat 1.4 alpha (#19)
Browse files Browse the repository at this point in the history
* New AndroidManifest.xml for the merging tool

* Fixed conflict with other NE that uses FileProvider

* Replaced FileProvider with SharingFileProvider

* Fixed screenshot dependency version

* Added GPS dependency

* Updated for using AndroidX

* fix issue with build error
  • Loading branch information
AGulev authored May 23, 2021
1 parent 1256b97 commit 9607725
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 106 deletions.
6 changes: 2 additions & 4 deletions game.project
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[project]
title = Sharing
version = 1.0.1
dependencies = https://github.com/britzl/gooey/archive/8.1.1.zip,https://github.com/britzl/defold-screenshot/archive/1.7.4.zip
write_log = 0
custom_resources = example/videos
dependencies#0 = https://github.com/britzl/gooey/archive/8.1.1.zip
dependencies#1 = https://github.com/britzl/defold-screenshot/archive/1.7.4.zip

[bootstrap]
main_collection = /example/example.collectionc
Expand Down Expand Up @@ -33,6 +34,3 @@ bundle_identifier = com.britzl.defold.sharing
[osx]
bundle_identifier = com.britzl.defold.sharing

[native_extension]
app_manifest = /generated.appmanifest

101 changes: 0 additions & 101 deletions generated.appmanifest

This file was deleted.

2 changes: 1 addition & 1 deletion share/manifests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ dependencies {
compile 'com.google.android.gms:play-services-base:16.+'

// https://developer.android.com/topic/libraries/support-library/packages
compile 'androidx.appcompat:appcompat:1.+'
compile 'androidx.appcompat:appcompat:1.3.0'
}

0 comments on commit 9607725

Please sign in to comment.