Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
5AbhishekSaxena committed Feb 3, 2024
2 parents e9b65e2 + b84de36 commit d6001b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.abhishek.germanPocketDictionary"
minSdk 21
targetSdkVersion 34
versionCode 16
versionName '2.1.0'
versionCode 17
versionName '2.1.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

//Defining Log debugging
Expand Down
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.google.gson.reflect.TypeToken
-keep class * extends com.google.gson.reflect.TypeToken
-keep public class * implements java.lang.reflect.Type

0 comments on commit d6001b8

Please sign in to comment.