Skip to content

Commit 6945931

Browse files
committed
release 1.0.9
1 parent bea3afd commit 6945931

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ dependencies {
3333
implementation "com.jakewharton:butterknife:$butterknife_version"
3434
kapt "com.jakewharton:butterknife-compiler:$butterknife_version"
3535

36-
implementation project(':utils')
37-
// implementation 'com.github.yjfnypeu:EasyAndroid:1.0.8'
36+
// implementation project(':utils')
37+
implementation 'com.github.yjfnypeu:EasyAndroid:1.0.9'
3838
}

app/src/main/java/com/haoge/sample/easyandroid/activities/EasyReflectActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.haoge.sample.easyandroid.activities
22

33
import android.annotation.SuppressLint
4-
import android.os.Bundle
54
import butterknife.OnClick
65
import com.haoge.easyandroid.easy.EasyLog
76
import com.haoge.easyandroid.easy.EasyReflect

0 commit comments

Comments
 (0)