Skip to content

Commit 7f4d63d

Browse files
author
Arjun
committed
package update
1 parent aa762a0 commit 7f4d63d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
testCompile 'junit:junit:4.12'
25-
compile 'com.android.support:appcompat-v7:23.4.0'
26-
compile 'in.arjsna:passcodeviewlib:1.0.1'
25+
// compile 'com.android.support:appcompat-v7:23.4.0'
26+
compile 'in.arjsna:passcodeviewlib:1.1.0'
2727
// compile project(':passcodeviewlib')
2828
}

passcodeviewlib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ apply plugin: 'com.android.library'
22
//apply from: 'maven-push.gradle'
33
ext {
44
bintrayRepo = 'maven'
5-
bintrayName = 'passcodeview'
5+
bintrayName = 'passcodeviewlib'
66

77
publishedGroupId = 'in.arjsna'
8-
libraryName = 'passcodeview'
8+
libraryName = 'passcodeviewlib'
99
artifact = 'passcodeviewlib'
1010

1111
libraryDescription = 'A custom view with keyboard and character display to be used for authentication.'
1212

1313
siteUrl = 'https://github.com/Arjun-sna/android-passcodeview/'
1414
gitUrl = 'https://github.com/Arjun-sna/android-passcodeview.git'
1515

16-
libraryVersion = '1.0.1'
16+
libraryVersion = '1.1.0'
1717

1818
developerId = 'Arjun-Sna'
1919
developerName = 'Arjun'

0 commit comments

Comments
 (0)