File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/com/haoge/sample/easyandroid/activities Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11package com.haoge.sample.easyandroid.activities
22
33import android.annotation.SuppressLint
4- import android.os.Bundle
54import butterknife.OnClick
65import com.haoge.easyandroid.easy.EasyLog
76import com.haoge.easyandroid.easy.EasyReflect
You can’t perform that action at this time.
0 commit comments