~singpolyma/cheogram-android

fc7ecca1b32900eac7023cfeba9b885867407432 — Daniel Gultsch 3 years ago 892d913
build universal apk (easier to give to people manually)
1 files changed, 2 insertions(+), 1 deletions(-)

M build.gradle
M build.gradle => build.gradle +2 -1
@@ 106,6 106,7 @@ android {

    splits {
        abi {
            universalApk true
            enable true
        }
    }


@@ 273,4 274,4 @@ android {
        }

    }
}
\ No newline at end of file
}