Goooler
|
d65c88a447
|
Merge branch 'master' into gradle7
# Conflicts:
# build.gradle
|
2021-07-01 11:12:17 +08:00 |
|
Goooler
|
076ade6a51
|
TestImplementation jUnit in depends
|
2021-04-25 22:40:46 +08:00 |
|
Goooler
|
8a8cd6eb89
|
Bump versions
|
2021-04-22 18:14:18 -04:00 |
|
pashamcr
|
c57a731d17
|
Update gradle to 7.0
Signed-off-by: pashamcr <36408873+pashamcr@users.noreply.github.com>
|
2021-04-16 11:22:17 +03:00 |
|
Giacomo Ferretti
|
4c3f1f335a
|
refactor: 'compile' it's deprecated
`compile` it's deprecated since Gradle 6.0 and been discouraged since Gradle 3.4.
We should use `implementation` and `api` instead because `compile` will be removed in Gradle 7.0.
https://docs.gradle.org/6.5.1/userguide/upgrading_version_5.html#deprecations
|
2020-08-14 07:56:52 -04:00 |
|
Connor Tumbleson
|
cd852cd658
|
Removes SmaliDebugging
- fixes #1061
|
2016-02-27 20:20:53 -05:00 |
|
Connor Tumbleson
|
9031c22365
|
[skip] update all copyrights to 2014
|
2014-10-23 18:14:48 -05:00 |
|
Connor Tumbleson
|
aba540885e
|
Gradle Refresh
- move common functions to functions.gradle
- use dependency aliases whenever possible
- update to gradle 2.1
- cleanup build.gradle files with proper spacing
- remove duplicated blocks
- compile incrementally (java)
Gradle Refresh v2
- alphabetical order dependencies
- added jdk8 to build tests
- moved script to file for travis
Gradle Refresh v2a
- fix travis
- remove pointless logging
jdk8 isn't ready for travis
|
2014-10-23 17:43:37 -05:00 |
|
Connor Tumbleson
|
e3ed1a448a
|
refactor gradle version system for release, snapshots and non-git snapshots
|
2014-02-04 09:54:00 -06:00 |
|
Connor Tumbleson
|
743e67ac9e
|
adapt build.gradle for new dexlib2 changes
|
2013-08-12 12:27:07 -05:00 |
|
Connor Tumbleson
|
a2c8d64d84
|
adjust build.gradle to handle apktool / dexlib2
|
2013-08-12 09:16:50 -05:00 |
|
Connor Tumbleson
|
168075e493
|
remove dead imports
remove old kxml import
update snakeyaml to 1.12
|
2013-05-01 18:05:46 -05:00 |
|
Connor Tumbleson
|
ba00d532c6
|
add kxml2 (2.3.0)
|
2013-03-14 07:56:53 -05:00 |
|
Connor Tumbleson
|
6744b2469c
|
gradle redo (moved each to their own project for organization)
|
2013-01-16 16:06:32 -06:00 |
|