Skip to content

Commit bfdb623

Browse files
committed
refactoring
1 parent 55fceb4 commit bfdb623

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

jcp-tests/jcp-test-android/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ preprocessSettings {
4747
sources = ['src/main/java']
4848
android.sourceSets.main.java.srcDirs = [targetFolder]
4949

50+
keepComments = false
51+
5052
vars = [
5153
'action.text':'Non-secret action!',
5254
'remove.secret':'true'

jcp-tests/jcp-test-android/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ buildscript {
22
repositories {
33
google()
44
jcenter()
5-
mavenLocal()
6-
mavenCentral()
75
}
86
dependencies {
97
classpath 'com.android.tools.build:gradle:3.1.0'
10-
// classpath 'com.igormaznitsa:jcp:7.0.2-SNAPSHOT'
118
}
129
}
1310

0 commit comments

Comments
 (0)