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 55fceb4 commit bfdb623Copy full SHA for bfdb623
jcp-tests/jcp-test-android/app/build.gradle
@@ -47,6 +47,8 @@ preprocessSettings {
47
sources = ['src/main/java']
48
android.sourceSets.main.java.srcDirs = [targetFolder]
49
50
+ keepComments = false
51
+
52
vars = [
53
'action.text':'Non-secret action!',
54
'remove.secret':'true'
jcp-tests/jcp-test-android/build.gradle
@@ -2,12 +2,9 @@ buildscript {
2
repositories {
3
google()
4
jcenter()
5
- mavenLocal()
6
- mavenCentral()
7
}
8
dependencies {
9
classpath 'com.android.tools.build:gradle:3.1.0'
10
-// classpath 'com.igormaznitsa:jcp:7.0.2-SNAPSHOT'
11
12
13
0 commit comments