Joseph Cloutier
00fd063026
Use implementation instead of api.
...
This is recommended as a best practice, though AFAIK this only matters
for projects that are going to be imported by other projects.
For instance, you used to be able to include `:deps:extension-api` by
including any extension that depended on it. Now, every project that
wants to use `extension-api` has to include it directly. (Which is fine
because in practice, they all already do so.)
2022-06-11 20:10:34 -04:00
Joseph Cloutier
619b67b472
Remove reference to nonexistant folder.
...
libs/ doesn't exist; only app/libs/ does, and that's handled by app/build.gradle.
2022-06-11 20:10:34 -04:00
Joseph Cloutier
1ff434043c
Remove trailing spaces.
2022-06-11 20:09:42 -04:00
Joseph Cloutier
ded22af195
Replace references to jcenter().
...
https://developer.android.com/studio/build/jcenter-migration
Gradle considers this function a "deprecated feature."
2022-06-05 22:37:07 -04:00
Joseph Cloutier
fa7f487595
Replace ndk.dir with ndkPath.
...
https://developer.android.com/studio/projects/configure-agp-ndk#agp_version_41
The documentation tells you to be careful about this, since you're
putting local-only information into a file that gets uploaded to version
control, but Lime doesn't really need to worry about that.
Granted, Lime DID use local.properties, but that's no longer practical.
2022-06-05 22:37:07 -04:00
mc0239
1fcc76ee12
Use gradle built-in shorthand notations for jcenter and google
2020-01-27 12:47:52 -08:00
flashultra
72beeced30
Update to the latest Gradle 5.6.3 and Gradle Android plugin 3.5.1
...
Fix issue with ANDROID_GRADLE_TASK. Set apk file in separate folder ( from
gradle 4.x)
2019-11-01 13:21:36 -07:00
Joshua Granick
dccc2da7cb
Update build.gradle
2018-05-31 13:58:42 -07:00
Joey
30728c8f28
change all projects template gradle.
2018-05-31 13:57:10 -07:00
Joshua Granick
d736579bfe
Add support for Gradle build directory ( resolve #802 )
2017-06-05 15:34:20 -07:00
Joseph Cloutier
9bbb6205be
Allow setting a different Gradle plugin version.
...
Turns out, the Gradle version (2.10) is NOT the same as the plugin version (2.1.0). These have to be treated separately.
2017-02-13 13:01:27 -05:00
Joseph Cloutier
b4055db620
Revert "Allow setting a different Gradle version."
...
This reverts commit af05162c72 .
2017-02-13 12:55:51 -05:00
Joseph Cloutier
af05162c72
Allow setting a different Gradle version.
2017-02-12 15:17:47 -05:00
Joshua Granick
0aac32f551
Use Android build tools 24.0.1, don't require HTTPS
2016-08-08 14:42:30 -07:00
player-03
574bb0118b
Include the libs folder.
2016-08-08 13:40:14 -07:00
player-03
5af4034541
If build.xml exists, ignore it and use a bunch of Gradle code instead.
2016-08-08 13:39:39 -07:00
player-03
f7fcad06c1
Use Gradle to deal with missing build.gradle files.
2016-08-08 13:39:00 -07:00
player-03
2788dec2a5
Consistently use tabs in build.gradle.
2016-08-08 13:34:24 -07:00
player-03
3fa3440aeb
Add Gradle build files.
2016-08-08 13:31:36 -07:00
player-03
a4a27a2edc
Add "gradle-version" configuration option.
2016-08-08 13:29:06 -07:00
player-03
678a8f7e20
Add build.gradle.
2016-08-08 13:27:33 -07:00