Skip to content

Commit 845d85b

Browse files
committed
add maven plugin
1 parent 8323bbd commit 845d85b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add it in your root build.gradle at the end of repositories:
5050
Step 2. Add the dependency
5151
```
5252
dependencies {
53-
implementation 'com.github.maze:android-prefix-edittext-textview:lastversion'
53+
implementation 'com.github.maze1377:android-prefix-edittext-textview:lastVerstion'
5454
}
5555
```
5656

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ android {
1414
}
1515
}
1616
}
17-
18-
1917
dependencies {
2018
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2119
implementation 'androidx.appcompat:appcompat:1.1.0'
2220
}
21+
apply from: 'https://raw.githubusercontent.com/sky-uk/gradle-maven-plugin/master/gradle-mavenizer.gradle'
22+

0 commit comments

Comments
 (0)