Skip to content

Instantly share code, notes, and snippets.

View thanasis00's full-sized avatar

Thanasis Katsadas thanasis00

View GitHub Profile
### Keybase proof
I hereby claim:
* I am thanasis00 on github.
* I am thanasis00 (https://keybase.io/thanasis00) on keybase.
* I have a public key whose fingerprint is 4514 F29A 1698 045B 3D3F 35DA 4750 9CB1 B9BA 331A
To claim this, I am signing this object:
Pollfish.config(['$routeProvider', function($routeProvider) {
$routeProvider
.when('/referral', {
templateUrl: '/templates/referral.html',
controller: 'referral'
})
.otherwise({
redirectTo: '/'
});
}]);
-keep class com.google.android.gms.** { *; }
-dontwarn com.google.android.gms.**
-keep class * extends java.util.ListResourceBundle {
protected Object[][] getContents();
}
-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {
public static final *** NULL;
}