Skip to content

Instantly share code, notes, and snippets.

@alexxgarci
alexxgarci / build.gradle
Last active September 4, 2025 14:34
Build gradle script for realigning librealm.so library to 16 kb pagesize
// ==========================================
// 16KB PAGE SIZE REALM LIBRARY FIX
// ==========================================
task realignRealmLibraries {
description 'Realign Realm native libraries to 16KB page size'
group 'build'
doLast {
// Process all build variants
@alexxgarci
alexxgarci / app_.gitignore
Created March 8, 2016 09:35
Android app to test Fabric SDK and Twitter Authentication.
/build
@alexxgarci
alexxgarci / app_.gitignore
Created March 8, 2016 09:33
This is an Android app to test de Fabric SDK and Twitter Authentication.
/build