Friday, September 27, 2019
Sometimes
I was travelling in bus coming back from interview. I saw a girl from one side of the bus. There was some quality about her. She reminded me of a girl I knew, took me back to past - that bitter sweet feeling. These are just stolen glimpses of what once was.
Friday, September 13, 2019
Removing logs from your release apk
Just add the following to proguard rules.pro file
-assumenosideeffects class android.util.Log {
public static *** d(...);
}
public static *** d(...);
}
Subscribe to:
Posts (Atom)