Skip to content

Commit

Permalink
Update App Modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahidzbi4213 committed Aug 4, 2024
1 parent 5e76d07 commit 00906d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reelsplayer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ afterEvaluate {
from(components["release"])
groupId = "com.github.shahidzbi4213"
artifactId = "reels-player"
version = "1.0.3-beta"
version = "1.0.4-beta"
}
}
}
Expand Down
6 changes: 5 additions & 1 deletion reelsplayer/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile

-keep class java.lang.invoke.StringConcatFactory { *; }
-keep class com.shahid.iqbal.reelsplayer.components.PlayerUiState { *; }
-dontwarn java.lang.invoke.**

0 comments on commit 00906d0

Please sign in to comment.