File tree Expand file tree Collapse file tree 19 files changed +21
-19
lines changed Expand file tree Collapse file tree 19 files changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ buildscript {
95
95
configurations.all {
96
96
resolutionStrategy {
97
97
dependencySubstitution {
98
- substitute module('net.sf.proguard:proguard-gradle') with module('com.guardsquare:proguard-gradle:7.0.0 ')
98
+ substitute module('net.sf.proguard:proguard-gradle') with module('com.guardsquare:proguard-gradle:7.0.1 ')
99
99
}
100
100
}
101
101
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sourceSets.main {
28
28
}
29
29
30
30
dependencies {
31
- compile ' com.guardsquare:proguard-core:7.0.0 '
31
+ compile " com.guardsquare:proguard-core:${ proguardCoreVersion } "
32
32
compile " com.google.code.gson:gson:${ gsonVersion} "
33
33
}
34
34
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
8
8
allprojects {
9
9
group = ' com.guardsquare'
10
- version = ' 7.0.0 '
10
+ version = proguardVersion
11
11
}
12
12
13
13
wrapper {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ line to your **`build.gradle`** file:
10
10
jcenter()
11
11
}
12
12
dependencies {
13
- classpath 'com.guardsquare:proguard-gradle:7.0.0 '
13
+ classpath 'com.guardsquare:proguard-gradle:7.0.1 '
14
14
}
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ project you can enable ProGuard instead of the default R8 compiler:
14
14
configurations.all {
15
15
resolutionStrategy {
16
16
dependencySubstitution {
17
- substitute module('net.sf.proguard:proguard-gradle') with module('com.guardsquare:proguard-gradle:7.0.0 ')
17
+ substitute module('net.sf.proguard:proguard-gradle') with module('com.guardsquare:proguard-gradle:7.0.1 ')
18
18
}
19
19
}
20
20
}
@@ -58,7 +58,7 @@ project as follows:
58
58
}
59
59
dependencies {
60
60
classpath 'com.android.tools.build:gradle:3.3.0'
61
- classpath 'com.guardsquare:proguard-gradle:7.0.0 '
61
+ classpath 'com.guardsquare:proguard-gradle:7.0.1 '
62
62
}
63
63
}
64
64
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
dependencies {
11
11
// classpath ':proguard:' // For the local copy of the ProGuard plugin.
12
- classpath ' com.guardsquare:proguard-gradle:7.0.0 ' // For the copy from Jcenter.
12
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 ' // For the copy from Jcenter.
13
13
classpath ' com.android.tools.build:gradle:3.3.0'
14
14
}
15
15
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
// Override the default version of ProGuard
12
12
// with the most recent one.
13
13
dependencySubstitution {
14
- substitute module(' net.sf.proguard:proguard-gradle' ) with module(' com.guardsquare:proguard-gradle:7.0.0 ' )
14
+ substitute module(' net.sf.proguard:proguard-gradle' ) with module(' com.guardsquare:proguard-gradle:7.0.1 ' )
15
15
}
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
google()
21
21
}
22
22
dependencies {
23
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
23
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
24
24
}
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
google()
14
14
}
15
15
dependencies {
16
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
16
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
17
17
}
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
google()
14
14
}
15
15
dependencies {
16
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
16
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
17
17
}
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
google()
15
15
}
16
16
dependencies {
17
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
17
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
18
18
}
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
google()
14
14
}
15
15
dependencies {
16
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
16
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
17
17
}
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
google()
15
15
}
16
16
dependencies {
17
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
17
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
18
18
}
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
google()
15
15
}
16
16
dependencies {
17
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
17
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
18
18
}
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
google()
15
15
}
16
16
dependencies {
17
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
17
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
18
18
}
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
google()
15
15
}
16
16
dependencies {
17
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
17
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
18
18
}
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
google()
14
14
}
15
15
dependencies {
16
- classpath ' com.guardsquare:proguard-gradle:7.0.0 '
16
+ classpath ' com.guardsquare:proguard-gradle:7.0.1 '
17
17
}
18
18
}
19
19
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
// TODO: required due to https://github.com/Guardsquare/proguard/issues/30
8
8
classpath(" com.android.tools.build:gradle:3.0.0" )
9
9
10
- classpath(" com.guardsquare:proguard-gradle:7.0.0 " )
10
+ classpath(" com.guardsquare:proguard-gradle:7.0.1 " )
11
11
}
12
12
}
13
13
Original file line number Diff line number Diff line change
1
+ proguardVersion = 7.0.1
2
+ proguardCoreVersion = 7.0.1
1
3
gsonVersion = 2.8.5
2
4
kotlinVersion = 1.3.31
3
5
kotlinxMetadataVersion = 0.1.0
You can’t perform that action at this time.
0 commit comments