We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed17e9e commit 26c12b1Copy full SHA for 26c12b1
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "com.mnnit.moticlubs"
19
minSdk 26
20
targetSdk 34
21
- versionCode 1
22
- versionName "1.0.0"
+ versionCode 4
+ versionName "1.0.1"
23
24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
25
vectorDrawables {
app/proguard-rules.pro
@@ -16,6 +16,8 @@
16
-dontwarn org.bouncycastle.**
17
-dontwarn org.openjsse.**
+-keep public class com.mnnit.moticlubs.data.network.dto.** {*;}
+
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
0 commit comments