Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmat13r committed Sep 26, 2019
1 parent b1259c0 commit ae98186
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 36 deletions.
10 changes: 1 addition & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ android {
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
dataBinding {
enabled = true
}

}
ext{
socketIoVersion = "0.6.0"
Expand Down
8 changes: 0 additions & 8 deletions app/src/main/java/in/darkmatter/laravel/echo/data/Message.kt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package `in`.darkmatter.laravel.echo.listener

import `in`.darkmatter.laravel.echo.data.EchoData
import `in`.darkmatter.laravel.echo.data.Message
import android.util.Log
import com.google.gson.Gson
import com.google.gson.internal.LinkedTreeMap
import com.google.gson.reflect.TypeToken

abstract class EchoListener<T> {
Expand Down
17 changes: 0 additions & 17 deletions app/src/main/res/layout/activity_main.xml

This file was deleted.

0 comments on commit ae98186

Please sign in to comment.