I hereby claim:
- I am kikin81 on github.
- I am kikin (https://keybase.io/kikin) on keybase.
- I have a public key whose fingerprint is 82DA A44A 2AFB 46AA 9291 972A D779 455D F75A 06B4
To claim this, I am signing this object:
{ | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"tab_size": 4, | |
"theme": "Soda Light.sublime-theme", | |
"trailing_spaces_include_current_line": false, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true |
I hereby claim:
To claim this, I am signing this object:
// The following code allows an app to report Crashlytics crashes separately | |
// for release and debug buildTypes when using Gradle. This code should be inserted | |
// into the specified locations within your build.gradle (Module:app) file | |
// The buildTypes { } block should be inserted inside the android { } block | |
buildTypes { | |
release { | |
minifyEnabled false | |
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | |
ext.crashlyticsApiSecret = "release api secret" |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
// munged from https://github.com/simontime/Resead | |
namespace sead | |
{ | |
class Random | |
{ |