diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:09:12 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-13 23:09:12 +0000 |
| commit | 4ba62325c1dd61a936126d5dbbf5c5985d6b55d5 (patch) | |
| tree | b9959ae93919c6c29021c4a808049176d6250b04 /android-app/gradle.properties | |
| parent | 585a8c0d59d3c08a836f83217370c2218bc8318e (diff) | |
build: enable AndroidX and Jetifier in gradle.properties
Diffstat (limited to 'android-app/gradle.properties')
| -rw-r--r-- | android-app/gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android-app/gradle.properties b/android-app/gradle.properties new file mode 100644 index 0000000..646c51b --- /dev/null +++ b/android-app/gradle.properties @@ -0,0 +1,2 @@ +android.useAndroidX=true +android.enableJetifier=true |
