File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
app/src/main/java/com/aykuttasil/androidbasichelper Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ dependencies {
4343 compile ' com.github.florent37:glidepalette:1.0.6'
4444 compile ' com.github.nisrulz:easydeviceinfo:2.2.0'
4545 compile ' com.github.nisrulz:easydeviceinfo-base:2.2.0'
46+ compile ' com.blankj:utilcode:1.1.5'
4647}
4748
4849ext {
Original file line number Diff line number Diff line change 11package com .aykuttasil .androidbasichelper ;
22
3- import android .support .v7 .app .AppCompatActivity ;
43import android .os .Bundle ;
4+ import android .support .v7 .app .AppCompatActivity ;
5+
6+ import com .blankj .utilcode .utils .AppUtils ;
7+ import com .blankj .utilcode .utils .DeviceUtils ;
58
69public class MainActivity extends AppCompatActivity {
710
@@ -10,7 +13,5 @@ protected void onCreate(Bundle savedInstanceState) {
1013 super .onCreate (savedInstanceState );
1114 setContentView (R .layout .activity_main );
1215
13-
14-
1516 }
1617}
Original file line number Diff line number Diff line change 2626 sdk = 24
2727 buildTools = " 24.0.1"
2828 minSdk = 17
29- libraryVersion = " 1.0.20 "
30- libraryVersionCode = 11
29+ libraryVersion = " 1.0.21 "
30+ libraryVersionCode = 12
3131 supportVersion = " 24.2.0"
3232}
You can’t perform that action at this time.
0 commit comments