Skip to content

Commit

Permalink
Merge pull request #90 from superwall-me/develop
Browse files Browse the repository at this point in the history
1.0.0-alpha.42
  • Loading branch information
yusuftor authored Jan 26, 2024
2 parents ab095f6 + b833370 commit 05988c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The changelog for `Superwall`. Also see the [releases](https://github.com/superwall-me/Superwall-Android/releases) on GitHub.

## 1.0.0-alpha.42

### Fixes

- Makes sure client apps use our proguard file.

## 1.0.0-alpha.41

### Fixes
Expand Down
3 changes: 2 additions & 1 deletion superwall/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id("maven-publish")
}

version = "1.0.0-alpha.41"
version = "1.0.0-alpha.42"

android {
compileSdk = 33
Expand All @@ -36,6 +36,7 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

consumerProguardFile("proguard-rules.pro")

val gitSha = project.exec {
commandLine("git", "rev-parse", "--short", "HEAD")
Expand Down
1 change: 1 addition & 0 deletions superwall/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-keep class com.superwall.** { *; }
-keep class androidx.lifecycle.DefaultLifecycleObserver
-keep class com.google.gson.reflect.TypeToken
-keep class * extends com.google.gson.reflect.TypeToken
Expand Down

0 comments on commit 05988c5

Please sign in to comment.