Skip to content

Commit 565761c

Browse files
committed
Utils. V1.0.21
1 parent 3cacaa9 commit 565761c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

androidbasichelperlib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

4849
ext {
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
package com.aykuttasil.androidbasichelper;
22

3-
import android.support.v7.app.AppCompatActivity;
43
import 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

69
public 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
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
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
}

0 commit comments

Comments
 (0)