Skip to content

Commit ff31bc1

Browse files
committed
1. Added Animation.
2. New release.
1 parent af8c635 commit ff31bc1

15 files changed

+2
-1919
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects{
1717
```
1818
dependencies {
1919
...
20-
implementation 'com.github.amitjangid80:multiutillib:v1.2.3'
20+
implementation 'com.github.amitjangid80:multiutillib:v1.2.4'
2121
}
2222
```
2323

@@ -35,7 +35,7 @@ dependencies {
3535
<dependency>
3636
<groupId>com.github.amitjangid80</groupId>
3737
<artifactId>multiutillib</artifactId>
38-
version>v1.2.3</version>
38+
version>v1.2.4</version>
3939
dependency>
4040
```
4141

app/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'kotlin-android'
32
apply plugin: 'com.github.dcendents.android-maven'
43

54
group = 'com.github.amitjangid80'
@@ -24,7 +23,6 @@ dependencies {
2423
implementation fileTree(include: ['*.jar'], dir: 'libs')
2524
implementation 'com.android.support:appcompat-v7:27.1.1'
2625
implementation 'com.android.support:design:27.1.1'
27-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2826
}
2927
repositories {
3028
mavenCentral()

app/src/main/java/com/amit/animDrawable/CircularAnimatedDrawable.java

Lines changed: 0 additions & 359 deletions
This file was deleted.

0 commit comments

Comments
 (0)