Skip to content

Commit

Permalink
Merge pull request #1106 from hyperskill/hotfix/ALTAPPS-1304
Browse files Browse the repository at this point in the history
ALTAPPS-1304: Revert R8 fullMode
  • Loading branch information
ivan-magda authored Jul 15, 2024
2 parents e0b9867 + 2865582 commit 5437a54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion androidHyperskillApp/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@
-keep class com.facebook.jni.** { *; }
-keep class com.facebook.flipper.** { *; }

-dontwarn org.slf4j.impl.StaticLoggerBinder
-dontwarn org.slf4j.impl.StaticLoggerBinder
-dontwarn org.slf4j.impl.StaticMDCBinder
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ android.useAndroidX=true
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.enableR8.fullMode = false

# MPP
kotlin.mpp.enableCInteropCommonization=true
Expand Down
4 changes: 2 additions & 2 deletions gradle/app.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
minSdk = '24'
targetSdk = '33'
compileSdk = '34'
versionName = '1.63'
versionCode = '481'
versionName = '1.63.1'
versionCode = '485'

0 comments on commit 5437a54

Please sign in to comment.