forked from NASAWorldWind/WorldWindAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the project to Android Studio 3 (NASAWorldWind#187)
* Updated the project to Android Studio 3 - Updated Gradle to version 4.1 - Updated the Android Plugin for Gradle to version 3.0.1 - Updated gradle.properties to use the new Android Studio defaults - Removed obsolete android.buildToolsVersion Gradle properties https://developer.android.com/studio/releases/gradle-plugin.html#3-0-0 * Removed Android SDK build tools from Travis CI configuration * Restored Android SDK build tools to Travis CI configuration * Corrected and updated WorldWind module dependencies - Moved the WorldWind library module to API level 23, the intended target API level for WorldWind - Updated the Android Support Libraries to the latest versions - Updated the WorldWind Examples and Tutorials modules to API level 24, the minimum level required for the Android features used - Updated the WorldWind Examples module to retrieve the latest Mission Command symbology renderer from JCenter, rather than a stale local copy * Corrected the WorldWind Examples and Tutorials modules API level * Added support for Java 8 language features https://developer.android.com/studio/write/java8-support.html
- Loading branch information
Showing
9 changed files
with
40 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Fri Mar 03 16:11:43 PST 2017 | ||
#Fri Dec 08 14:12:43 PST 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters