Skip to content

Commit 7978389

Browse files
committed
Issue fix, readme fix
1 parent 3ca95d8 commit 7978389

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
🚀A Jetpack Compose utility library for
66
_Made with ❤️ for Android Developers and Composers_
77

8-
9-
![Shimmerfy](screenshot/shimmer.gif)
8+
<img src="screenshot/shimmer.gif" width="250" height="30%"/>
109

1110

1211
## 💡Introduction

app/src/main/java/com/example/composeshimmer/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class MainActivity : ComponentActivity() {
3434
.height(100.dp)
3535
.clip(RoundedCornerShape(8)),
3636

37-
3837
)
3938
}
4039
}

build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ plugins {
33
alias(libs.plugins.android.application) apply false
44
alias(libs.plugins.android.kotlin) apply false
55
alias(libs.plugins.android.library) apply false
6-
}
6+
id("com.vanniktech.maven.publish") version "0.27.0"
7+
8+
}
9+
10+
11+

shimmerfy/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
alias(libs.plugins.android.library)
33
alias(libs.plugins.android.kotlin)
4-
id ("maven-publish")
4+
id("com.vanniktech.maven.publish")
55
}
66

77
android {
@@ -67,7 +67,7 @@ afterEvaluate {
6767
from(components["release"])
6868
groupId = "com.tmahmudev.shimmerfy"
6969
artifactId = "shimmerfy"
70-
version = "1.0.0"
70+
version = "1.0.1"
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)