Commit Graph

177 Commits

Author SHA1 Message Date
oSumAtrIX 11473574ed
build: change group id for module `apktool-lib` 2023-01-17 23:36:20 +01:00
oSumAtrIX efde223479
build: publish to `revanced` org 2023-01-17 23:35:20 +01:00
Lucaskyy abd5d09c90
fix: update version to 2.7.0 2022-07-24 18:26:07 +02:00
Lucaskyy 8cdd9484f7
fix: enable 9patch decoder on any OS 2022-06-28 19:35:02 +02:00
Lucaskyy d9deba1015
fix: just what??? 2022-06-28 00:32:23 +02:00
Lucaskyy 9bfa4c6040
fix: I refuse to believe this ever happened and that's why this is my essay of refusing to believe I made this mistake. I cannot comprehend the fact I made this mistake, that's why I'm very sad now. Some people don't understand the meaning behind life, I don't understand the meaning behind how the actual fck I made this mistake. Please send help. 2022-06-28 00:17:03 +02:00
Lucaskyy 42747d6f99
fix: disable 9patch decoder 2022-06-27 23:56:13 +02:00
Lucaskyy f319ab8ee7
chore: update version to 2.6.5 2022-06-20 16:42:24 +02:00
Lucaskyy ede2d09dc8
fix: wrong matrix when drawing 2022-06-18 23:41:36 +02:00
Sculas a35e53ff79
update version... 2022-06-18 23:06:35 +02:00
Lucaskyy a87ac3a46c
feat: Android implementation of 9patch decoder 2022-06-18 22:17:08 +02:00
Lucaskyy ac3532219b
ci: fix release 2022-05-24 16:37:29 +02:00
Connor Tumbleson af0da2c671
build: start new dev cycle (2.6.2-SNAPSHOT) 2022-02-26 12:49:33 -05:00
Connor Tumbleson 8f0e461473
build: version bump (2.6.1) 2022-02-26 12:20:51 -05:00
Goooler 86856a69d7
Update dependencies (#2715)
* Bump gradle to 7.3.1

* Update dependencies

* Gradle 7.3.2
2021-12-18 17:31:04 -05:00
Al Sutton 95874be448
Replace use of deprecated methods with their recommended replacements (#2713)
* Replace use of deprecated methods with their recommended replacements

* Add scripting jmod to proguard inputs
2021-12-13 06:27:19 -05:00
Connor Tumbleson 61fbc5a16e
feat: publish apktool-cli as well to maven
- fixes: #2686
2021-11-08 06:32:41 -05:00
Connor Tumbleson bc51024ea8
fix: correct behavior of license plugin when injecting variables 2021-09-03 07:58:51 -04:00
Connor Tumbleson b6c3e1daf4
build: start new dev cycle (2.6.1-SNAPSHOT) 2021-09-02 07:03:10 -04:00
Connor Tumbleson c8f8db72c5
build: version bump (2.6.0) 2021-09-02 05:50:53 -04:00
Connor Tumbleson 5eed288375
build: rename 2.5.1 to 2.6.0 (2.6.0-SNAPSHOT) 2021-08-30 21:38:45 -04:00
Goooler e25c3636ff Update docs & licenses to use https 2021-08-26 07:40:32 -04:00
Goooler 6df6beb38d Replace license plugin usage 2021-08-26 07:36:17 -04:00
Goooler b9f7ae805e Bump proguard to 7.1.1 2021-08-09 15:36:35 -05:00
Goooler 76f01c3695 Bump shadow to 7.0.0 2021-08-09 15:36:35 -05:00
Goooler d1b48711cf Update dependencies 2021-07-19 12:57:39 +08:00
Goooler 64a986d752 Update dependencies 2021-07-01 11:21:20 +08:00
Goooler caa57b4d55 Use string template 2021-04-24 10:53:30 +08:00
Goooler 8828ab53b7 Optimize gradle 2021-04-24 10:32:50 +08:00
Goooler 8a8cd6eb89 Bump versions 2021-04-22 18:14:18 -04:00
Goooler f9c137009e Update dependencies 2021-04-14 06:33:21 -04:00
Connor Tumbleson c5b5d6903f
build: publish sub-projects to satisfy non-fatjar 2021-03-10 07:10:16 -05:00
Connor Tumbleson a91bf12272
build: properly release snapshots vs releases 2021-03-08 20:10:11 -05:00
Connor Tumbleson 561f84c569
fix: prevent magic text 2021-03-07 15:15:25 -05:00
Connor Tumbleson 36b59a0553
feat: support for maven publish (snapshot/release) 2021-03-07 15:04:16 -05:00
Connor Tumbleson e9a897febe
build: syntax updates for gradle files 2021-03-04 07:21:22 -05:00
Connor Tumbleson bdc31763e8
build: update to smali/baksmali 2.5.2, drop dexlib2 2021-03-03 06:23:45 -05:00
Connor Tumbleson ccc0ab72de
build: update to smali/baksmali/dexlib2 2.5.1 2021-03-02 20:20:31 -05:00
Connor Tumbleson bcd66dc333
fix: add dexlib2 since no longer "api" dependency (compile) 2021-03-02 07:28:04 -05:00
Connor Tumbleson 71f547cfec
build: update to smali/baksmali 2.5.0 2021-03-02 07:03:58 -05:00
Connor Tumbleson eec0f446e1
build: start new dev cycle (2.5.1-SNAPSHOT) 2020-12-01 22:31:39 -05:00
Connor Tumbleson c83c733cbd
build: version bump (2.5.0) 2020-12-01 19:04:44 -05:00
Connor Tumbleson 75aec40505
build: update to shadowJar 6.1.0 2020-11-28 07:04:27 -05:00
Giacomo Ferretti d3f9d5acd2 build: update 'proguard' from 6.1.1 to 7.0.0
`jcenter()` it's needed because they didn't upload to Maven Central yet. https://github.com/Guardsquare/proguard/issues/54

There are some minor issues with proguard still.
It produces a lot of warnings since Gradle 6.0, but it's fixable on their side. https://github.com/Guardsquare/proguard/issues/14
2020-08-14 07:56:52 -04: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
Giacomo Ferretti c82e92eec4 build: update 'shadow' from 5.1.0 to 6.0.0 2020-08-14 07:56:52 -04:00
Connor Tumbleson a04b9cd883
build: update to smali/baksmali 2.4.0 2020-05-26 19:29:37 -04:00
Connor Tumbleson b4493a51bb
build: set calendar year to start date (2010) of project 2020-04-11 06:33:23 -04:00
Frieder Bluemle fec0193362
Update hierynomus.license to 0.15.0 2020-02-29 17:37:45 -08:00
Connor Tumbleson 0143dcfd24
build: start new dev cycle (2.4.1-SNAPSHOT) 2019-11-29 18:16:06 -05:00