Skip to content

Commit

Permalink
Fix lib classes not found inside sources jar (#7)
Browse files Browse the repository at this point in the history
* Disable minify

* Bump version
  • Loading branch information
Sharkaboi authored Mar 27, 2024
1 parent 3b3a0dc commit 2edec5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ project.ext {
group_id = "com.github.sharkaboi"
package_name = "com.github.sharkaboi.appupdatechecker"
artifact_id = "appupdatechecker"
version_name = "1.0.3"
version_code = 10103
version_name = "1.0.5"
version_code = 10105
github_url = "com.github.sharkaboi.appupdatechecker"
license_url = "https://opensource.org/license/mit"
license_name = "MIT License"
Expand All @@ -36,7 +36,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 2edec5b

Please sign in to comment.