aa51d442e78b466bb3b1c4f5d77d26d50c9f01fd
# build apk
cd android && gradlew assembleRelease && cd ..
# install apk
adb uninstall com.awesomeproject
adb install -r -d android\app\build\outputs\apk\release\app-release.apk
Description
Languages
TypeScript
26%
Kotlin
22.5%
Objective-C
20%
Ruby
19.1%
Objective-C++
7.1%
Other
5.3%