Commit graph

6 commits

Author SHA1 Message Date
Rash419
f0ea15a9b9 android: add ndkVersion in build.gradle
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I7b7c716be067859e72c21e07716db7622a116bf6
2023-08-31 13:12:22 +02:00
Rash419
c0273e8574 android: use tasks.register in build.gradle
Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I1ab6908f333115247018a53f6e954751bb13fc8c
2023-08-31 13:12:22 +02:00
Rash419
2e29d67888 android: update dependencies
- update gradle plugin and version
- use mavenCentral instead of jcenter

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Iffe41bd7d5ff3e6a6d1acbe70c25e21e5a856548
2023-08-31 13:12:22 +02:00
Andras Timar
1fb4954fe6 Android: bump compileSdkVersion targetSdkVersion to 33 #6788
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Id2199c0e43bae0cf3edbdf9b1c012bebb6d544fd
2023-07-04 10:01:32 +02:00
Yunusemre Şentürk
40b7a5ffcc Android: change targetSdkVersion and compileSdkVersion to 30
Signed-off-by: Yunusemre Şentürk <yunusemre@collabora.com>
Change-Id: I528b51655b007bf6333ac143c961ab5d71fa85a5
2022-04-01 19:42:07 +02:00
Emil Velikov
ed85b0a9d9 android: Add support for split APKs to gradle
Currently a single huge APK is produced. For GooglePlay that doesn't
matter since since they require a complete bundle, while creating
stripped and optimised APKs per device.

For alternative downloads - be that directly or via fdroid-like repo
currently we download/store about four times more information than
needed.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Change-Id: Ic43ef6a3f3e072323ecd57448552379113123e9c
2021-03-16 18:05:45 +03:00
Renamed from android/app/build.gradle (Browse further)