Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
- fix crash
  • Loading branch information
Yanndroid committed Dec 22, 2023
1 parent 4e3c505 commit da5ac8b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "de.dlyt.yanndroid.notinotes"
minSdk 26
targetSdk 34
versionCode 12
versionName "1.7.1"
versionCode 13
versionName "1.7.2"

resConfigs locales
}
Expand Down
6 changes: 5 additions & 1 deletion app/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
-keepattributes Signature
-keep class com.google.gson.reflect.TypeToken { *; }
-keep class * extends com.google.gson.reflect.TypeToken
-keep class de.dlyt.yanndroid.notinotes.** {*;}
Binary file modified app/release/app-release.aab
Binary file not shown.
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 12,
"versionName": "1.7.1",
"versionCode": 13,
"versionName": "1.7.2",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit da5ac8b

Please sign in to comment.