We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8323bbd commit 845d85bCopy full SHA for 845d85b
README.md
@@ -50,7 +50,7 @@ Add it in your root build.gradle at the end of repositories:
50
Step 2. Add the dependency
51
```
52
dependencies {
53
- implementation 'com.github.maze:android-prefix-edittext-textview:lastversion'
+ implementation 'com.github.maze1377:android-prefix-edittext-textview:lastVerstion'
54
}
55
56
library/build.gradle
@@ -14,9 +14,9 @@ android {
14
15
16
17
-
18
19
20
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
21
implementation 'androidx.appcompat:appcompat:1.1.0'
22
+apply from: 'https://raw.githubusercontent.com/sky-uk/gradle-maven-plugin/master/gradle-mavenizer.gradle'
+
0 commit comments