File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ details. Read more about
28
28
### Gradle
29
29
30
30
dependencies {
31
- compile 'com.alimuzaffar.lib:pinentryedittext:1.0 '
31
+ compile 'com.alimuzaffar.lib:pinentryedittext:1.1 '
32
32
}
33
33
34
34
## STEP-2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.1.0 '
8
+ classpath ' com.android.tools.build:gradle:2.1.2 '
9
9
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
10
10
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
11
11
Original file line number Diff line number Diff line change 12
12
siteUrl = ' https://github.com/alphamu/PinEntryEditText'
13
13
gitUrl = ' https://github.com/alphamu/PinEntryEditText.git'
14
14
15
- libraryVersion = ' 1.0 '
15
+ libraryVersion = ' 1.1 '
16
16
17
17
developerId = ' alphamu'
18
18
developerName = ' Ali Muzaffar'
@@ -24,14 +24,14 @@ ext {
24
24
}
25
25
26
26
android {
27
- compileSdkVersion 23
28
- buildToolsVersion " 23.0.3 "
27
+ compileSdkVersion 24
28
+ buildToolsVersion " 24 "
29
29
30
30
defaultConfig {
31
31
minSdkVersion 11
32
- targetSdkVersion 23
32
+ targetSdkVersion 24
33
33
versionCode 1
34
- versionName ' 1.0 '
34
+ versionName ' 1.1 '
35
35
}
36
36
buildTypes {
37
37
release {
@@ -47,7 +47,7 @@ android {
47
47
dependencies {
48
48
compile fileTree(dir : ' libs' , include : [' *.jar' ])
49
49
testCompile ' junit:junit:4.12'
50
- compile ' com.android.support:appcompat-v7:23.4 .0'
50
+ compile ' com.android.support:appcompat-v7:24.0 .0'
51
51
}
52
52
53
53
apply from : ' https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 23.0.3 "
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.alimuzaffar.sample.pin"
9
9
minSdkVersion 11
10
- targetSdkVersion 23
10
+ targetSdkVersion 24
11
11
versionCode 1
12
- versionName " 1.0 "
12
+ versionName " 1.1 "
13
13
}
14
14
buildTypes {
15
15
release {
@@ -25,6 +25,6 @@ android {
25
25
dependencies {
26
26
compile fileTree(include : [' *.jar, *.aar' ], dir : ' libs' )
27
27
testCompile ' junit:junit:4.12'
28
- compile ' com.android.support:appcompat-v7:23.4 .0'
28
+ compile ' com.android.support:appcompat-v7:24.0 .0'
29
29
compile project(' :pinentryedittext' )
30
30
}
You can’t perform that action at this time.
0 commit comments