Skip to content

Commit 26c12b1

Browse files
committed
Release 1.0.1
Signed-off-by: Shashank Verma <[email protected]>
1 parent ed17e9e commit 26c12b1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.mnnit.moticlubs"
1919
minSdk 26
2020
targetSdk 34
21-
versionCode 1
22-
versionName "1.0.0"
21+
versionCode 4
22+
versionName "1.0.1"
2323

2424
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2525
vectorDrawables {

app/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
-dontwarn org.bouncycastle.**
1717
-dontwarn org.openjsse.**
1818

19+
-keep public class com.mnnit.moticlubs.data.network.dto.** {*;}
20+
1921
# Uncomment this to preserve the line number information for
2022
# debugging stack traces.
2123
#-keepattributes SourceFile,LineNumberTable

0 commit comments

Comments
 (0)