Skip to content

Commit ac4ba77

Browse files
authored
Moved proguard file back; do not minify library, rely on consumer-proguard rules
1 parent 582e077 commit ac4ba77

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
File renamed without changes.

steamclog/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ android {
2727
}
2828

2929
buildTypes {
30+
debug {
31+
debuggable true
32+
minifyEnabled false
33+
}
3034
release {
31-
minifyEnabled true
32-
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
35+
debuggable false
36+
minifyEnabled false
3337
}
3438
}
3539
}

0 commit comments

Comments
 (0)