Skip to content

Commit

Permalink
library name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun committed Jan 14, 2017
1 parent 47f5738 commit d2e0bd8
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 10 deletions.
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ dependencies {
testCompile 'junit:junit:4.12'
// compile 'com.android.support:appcompat-v7:24.0.0'
// compile 'in.arjsna:passcodeviewlib:1.1.0'
compile project(':passcodeviewlib')
compile 'in.arjsna:passcodeview:1.2.0'

// compile project(':passcodeview')
}
Empty file modified gradlew
100644 → 100755
Empty file.
File renamed without changes.
8 changes: 4 additions & 4 deletions passcodeviewlib/build.gradle → passcodeview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ apply plugin: 'com.android.library'
//apply from: 'maven-push.gradle'
ext {
bintrayRepo = 'maven'
bintrayName = 'passcodeviewlib'
bintrayName = 'passcodeview'

publishedGroupId = 'in.arjsna'
libraryName = 'passcodeviewlib'
artifact = 'passcodeviewlib'
libraryName = 'passcodeview'
artifact = 'passcodeview'

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

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

libraryVersion = '1.1.0'
libraryVersion = '1.2.0'

developerId = 'Arjun-Sna'
developerName = 'Arjun'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':passcodeviewlib'
include ':app', ':passcodeview'

0 comments on commit d2e0bd8

Please sign in to comment.