parent
a27fc13a3f
commit
788663e7ca
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package net.micode.notes.test;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "net.micode.notes.test";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final int VERSION_CODE = -1;
|
||||
public static final String VERSION_NAME = "";
|
||||
}
|
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#Wed Oct 07 17:46:36 CST 2020
|
||||
#Mon Oct 12 09:26:16 CST 2020
|
||||
base.0=F\:\\Git\\work_room\\p3p7sqtgz\\src\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex
|
||||
path.0=classes.dex
|
||||
renamed.0=classes.dex
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,21 +1,25 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
//apply plugin: "org.sonarqube"
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
url "https://plugins.gradle.org/m2/"
|
||||
}
|
||||
google()
|
||||
//mavenCentral()
|
||||
jcenter()
|
||||
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
//classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7'//
|
||||
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
apply plugin: "org.sonarqube"
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
//mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,6 @@
|
||||
projectKey=M
|
||||
serverUrl=http://localhost:9000
|
||||
serverVersion=8.4.2.36762
|
||||
dashboardUrl=http://localhost:9000/dashboard?id=M
|
||||
ceTaskId=AXUg6oqD3AQF4RuQEzc0
|
||||
ceTaskUrl=http://localhost:9000/api/ce/task?id=AXUg6oqD3AQF4RuQEzc0
|
Loading…
Reference in new issue