Skip to content

Commit d2e0bd8

Browse files
author
Arjun
committed
library name change
1 parent 47f5738 commit d2e0bd8

File tree

18 files changed

+11
-10
lines changed

18 files changed

+11
-10
lines changed

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/gradle.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.

.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.

.idea/modules.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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ dependencies {
2424
testCompile 'junit:junit:4.12'
2525
// compile 'com.android.support:appcompat-v7:24.0.0'
2626
// compile 'in.arjsna:passcodeviewlib:1.1.0'
27-
compile project(':passcodeviewlib')
27+
compile 'in.arjsna:passcodeview:1.2.0'
28+
29+
// compile project(':passcodeview')
2830
}

gradlew

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

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

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

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

17-
libraryVersion = '1.1.0'
17+
libraryVersion = '1.2.0'
1818

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

passcodeviewlib/src/androidTest/java/in/arjsna/passcodeview/ApplicationTest.java renamed to passcodeview/src/androidTest/java/in/arjsna/passcodeview/ApplicationTest.java

File renamed without changes.

0 commit comments

Comments
 (0)