Skip to content

Commit

Permalink
Merge pull request #68 from sheikh-20/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sheikh-20 authored Jun 10, 2024
2 parents 9574c7f + 0666b71 commit 198b8e6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
applicationId = "com.application.moviesapp"
minSdk = 24
targetSdk = 33
versionCode = 8
versionName = "1.0.7"
versionCode = 11
versionName = "1.0.10"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
27 changes: 26 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,29 @@

# Firebase Authentication
-keep class com.google.firebase.auth.** { *; }
-dontwarn com.google.firebase.**
-dontwarn com.google.firebase.**


#--------------------Chaquopy----------------------------

# Preserve the Chaquopy class which is used to initialize Python
-keep class com.chaquo.python.** { *; }

# Preserve Python standard library modules
-keep class org.python.** { *; }

# Preserve Chaquopy build script API
-keep class com.chaquo.python.build.** { *; }

# Preserve your Python modules
-keep class com.application.moviesapp.data.python.** { *; }

#-keep class com.github.oncename.pytube.** { *; }
#
## Keep annotations in pytube
#-keepattributes *Annotation*
#
## Prevent stripping out methods that use reflection
#-keepclassmembers class ** {
# @com.github.oncename.pytube.annotations.* *;
#}

0 comments on commit 198b8e6

Please sign in to comment.