Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima committed Apr 8, 2019
1 parent 3b424fe commit cbc4db4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.novoda:bintray-release:0.9'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
19 changes: 2 additions & 17 deletions password_view_lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.followthemoney1'
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'
apply plugin: 'com.novoda.bintray-release'

publish {

def groupProjectID = 'pc.dd.password_view'
def artifactProjectID = 'PasswordEditText'
def publishVersionID = '1.1.2'

userOrg = 'followthemoney1'
repoName = 'PasswordEditText'
groupId = groupProjectID
artifactId = artifactProjectID
publishVersion = publishVersionID
desc = 'concept library for checking the password for correct input'
website = 'https://github.com/followthemoney1/PasswordEditText.git'
}


android {
compileSdkVersion 28
Expand Down

0 comments on commit cbc4db4

Please sign in to comment.