-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrating IITC Mobile to SDK 28, fixed issues with new intel URL #1286
base: master
Are you sure you want to change the base?
Conversation
When building mobile using this change I get the following error
|
@hedwin moved signing properties to root buildscript and removed signing config for debug |
When running the python buildscript i get the following error: The python part is still trying to build an ant app. Furthermore if I open the iitc root folder as project android studio notice that in /mobile is still an ant app and recommends the migration to grandle If i open the iitcm project in android studio the build could be finished, but that seems only be part of the hole iitcm app |
* Added runtime permissions request for location plugin * Apache HTTP Client replaced by OkHttpClient used developments iitc-project/ingress-intel-total-conversion#1286 #2
@modos189 please be noted that there one more commit, which integrates gradle-based IITC Mobile build into existing IITC build system seamlessly. |
@mike-lambert Thanks, this is already implemented |
Added storage read permissions Added new intel url handling in manifest
A bulk upgrade of "gradle" branch.