0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00
Commit Graph

77 Commits

Author SHA1 Message Date
Markus Fisch
90410f232a Update Kotlin version 2023-08-13 18:09:29 +02:00
Markus Fisch
04a21f71ef Update Kotlin version 2023-05-11 20:37:39 +02:00
Markus Fisch
89c84880c6 Update Kotlin version 2023-03-15 20:52:58 +01:00
Markus Fisch
0447384bea Update tools and gradle wrapper 2023-03-01 12:09:59 +01:00
Markus Fisch
ead856221f Update Kotlin version 2022-12-16 10:19:28 +01:00
Markus Fisch
51079e5208 Update tools version 2022-12-06 20:07:55 +01:00
Markus Fisch
3a8f6cb827 Target SDK 33, Android 13 2022-10-15 18:37:49 +02:00
Markus Fisch
791c50cd4a Update build tools 2022-10-13 22:37:00 +02:00
Markus Fisch
f07c4ac0f4 Update to latest Kotlin and coroutines version 2022-10-11 23:43:30 +02:00
Markus Fisch
3d7c9be7ba Update Kotlin version 2022-05-12 22:40:03 +02:00
Markus Fisch
6a7ab2c6e5 Update build tools and gradle wrapper 2022-05-12 22:40:03 +02:00
Markus Fisch
353e1b5494 Update tools version 2022-04-08 12:11:25 +02:00
Markus Fisch
152b4e50fc Update Kotlin version 2022-03-15 20:15:02 +01:00
Markus Fisch
1c356aeaed Update tools version 2022-03-09 18:37:16 +01:00
Markus Fisch
c763c522e7 Update to SDK 32 2022-02-21 19:47:53 +01:00
Markus Fisch
9c08aa1184 Update build tools 2022-01-27 23:01:57 +01:00
Markus Fisch
ce8a5f89cd Remove buildToolsVersion as it's optional now
Since Gradle 3.0, the specification of "buildToolsVersion" in
"app/build.gradle" is optional.
2022-01-27 23:01:57 +01:00
Markus Fisch
17f2f88b7f Update to SDK 31 2022-01-25 18:35:47 +01:00
Markus Fisch
10e02b3164 Update tools version 2021-12-10 19:45:45 +01:00
Markus Fisch
30a36e7e07 Update Kotlin version 2021-12-04 19:35:54 +01:00
Markus Fisch
4ed8d4614a Update tools version 2021-10-28 13:51:01 +02:00
Markus Fisch
3bd440fdb7 Update tools version 2021-10-07 22:53:03 +02:00
Markus Fisch
6f3b4dbdab Update build tools and Kotlin version 2021-08-31 17:08:58 +02:00
Markus Fisch
273f38c36c Update build tools and gradle 2021-08-10 10:52:22 +02:00
Markus Fisch
bd4576b7ac Update tools version 2021-07-15 14:05:24 +02:00
Markus Fisch
842b38c986 Update tools and Kotlin version 2021-06-29 21:46:50 +02:00
Markus Fisch
020cd2c192 Update tools and gradle version
And migrate from jcenter() back to mavenCentral().
2021-05-05 20:50:50 +02:00
Markus Fisch
faa536274b Update build tools 2021-04-27 19:58:31 +02:00
Markus Fisch
a4050cbf8f Update build tools version 2020-11-18 21:23:29 +01:00
Markus Fisch
c0153e822c Update tools version and gradle wrapper 2020-10-17 17:40:05 +02:00
Markus Fisch
56237c43cd Update to SDK 30 / Android 11 2020-10-03 16:59:22 +02:00
Markus Fisch
656c1e36a8 Update Kotlin version 2020-10-03 16:20:21 +02:00
Markus Fisch
54c368fcd8 Update tools version 2020-08-03 18:06:30 +02:00
Markus Fisch
13bbb3e435 Update build tools and gradle wrapper 2020-05-31 13:15:46 +02:00
Markus Fisch
ea0212c58e Remove special treatment for macOS Catalina
Since 64bit Linux systems can build with build tools 29.0.3 too
and RenderScript.forceCompat() is only executed for Lineage OS
now.

Still, do NOT build release versions with macOS Catalina or the
build will break on Lineage OS!
2020-05-04 13:25:55 +02:00
Markus Fisch
723362dd67 Update build tools 2020-04-24 19:02:27 +02:00
Markus Fisch
9d8d33de06 Update Kotlin version 2020-04-17 14:19:23 +02:00
Markus Fisch
a388d7cbec Update Kotlin version 2020-04-14 21:19:32 +02:00
Markus Fisch
97640c2a1f Update tools version 2020-04-03 18:27:28 +02:00
Markus Fisch
ae54e62ec3 Update comments about building on macOS Catalina 2020-03-14 20:05:14 +01:00
Markus Fisch
168ccf7d10 Remove using a special tool version for Catalina
But keep using a special version for `buildToolsVersion` since
RenderScript requires a minimum of 29.0.3 on Catalina what
doesn't work on Linux yet.
2020-03-02 13:59:23 +01:00
Markus Fisch
339ff59270 Update build tools 2020-02-27 22:22:21 +01:00
Markus Fisch
5d56365e79 Skip forceCompat() when building on Catalina
Calling RenderScript.forceCompat() on a build that was made with the
new build tools (which are required to make RenderScript build again
on macOS Catalina), results in a RSRuntimeException (Loading of ScriptC
script failed).

RenderScript.forceCompat() was introduced to fix RenderScript for
Lineage 16.0. Maybe this is no longer required with those new build
tools?

Yes, this means this setup is producing platform independent builds
that have different features depending on what platform they were
built on. And yes, that's as bad as it sounds.

So, for the time being, it's probably better to _NOT_ use Catalina
to make release builds.
2020-02-20 15:08:52 +01:00
Markus Fisch
3237467503 Check for macOS Catalina and use appropriate tools
Since RenderScript can no longer be compiled on macOS Catalina
because Catalina cannot run 32bit binaries and Google failed
to provide a 64bit compiler in time. Now, as if that wasn't
bad enough, the new build tools that provide a 64bit compiler
don't work on any other system than macOS unfortunately.

For details on the issue see:
https://issuetracker.google.com/issues/142590626
2020-02-20 15:08:06 +01:00
Markus Fisch
346529469c Revert "Update build tools for macOS Catalina"
This reverts commit cf4020c613.

Those new build tools don't work on other systems than macOS
Catalina and even there produce broken builds :(

Also, it looks like the only solution is to remove
`RenderScript.forceCompat()` what's probably no longer
required to support Lineage 16.0 with those new build tools.
Confirmation pending.
2020-02-18 16:23:39 +01:00
Markus Fisch
cf4020c613 Update build tools for macOS Catalina
To make RenderScript compile again on Catalina.

For details see:
https://issuetracker.google.com/issues/142590626
2020-02-17 10:43:10 +01:00
Markus Fisch
c0902f8830 Update build tools 2019-12-17 11:11:22 +01:00
Markus Fisch
1d3546d676 Update Kotlin version 2019-12-09 19:48:50 +01:00
Markus Fisch
cb16220ebb Update Kotlin and SDK version to 29 2019-11-22 10:55:20 +01:00
Markus Fisch
930656fbe5 Update tools version 2019-11-13 15:39:16 +01:00