Skip to content
View sewerk's full-sized avatar
Block or Report

Block or report sewerk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Movies Movies Public

    Sample Kotlin project showcasing various libraries integration

    Kotlin 4 1

  2. Countries Countries Public

    Sample project listing countries data

    Kotlin

  3. Bill-Calculator Bill-Calculator Public

    Android application for utility bill calculation

    Java 7 3

  4. Deep clean AS Deep clean AS
    1
    1) use deep clean script https://github.com/rock3r/deep-clean
    2
    OR
    3
    1) close android studio
    4
    2) rm -rf ~/.gradle/caches/build-cache-1
    5
    3) ./gradlew cleanBuildCache (clears android gradle plugin cache)
  5. .gitconfig .gitconfig
    1
    [user]
    2
    	email = mail@example.com
    3
    	name = User Name
    4
    [alias]
    5
    	st = status