This repository was archived by the owner on Nov 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +514
-260
lines changed
src/main/java/fr/DangerousTraveler/robotcontrol Expand file tree Collapse file tree 8 files changed +514
-260
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <module external.linked.project.id=" Robot-control-Logan-AnDev-debug" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$" external.system.id=" GRADLE" type =" JAVA_MODULE" version =" 4" >
3+ <component name =" FacetManager" >
4+ <facet type =" java-gradle" name =" Java-Gradle" >
5+ <configuration >
6+ <option name =" BUILD_FOLDER_PATH" value =" $MODULE_DIR$/build" />
7+ <option name =" BUILDABLE" value =" false" />
8+ </configuration >
9+ </facet >
10+ </component >
11+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_7" inherit-compiler-output =" true" >
12+ <exclude-output />
13+ <content url =" file://$MODULE_DIR$" >
14+ <excludeFolder url =" file://$MODULE_DIR$/.gradle" />
15+ </content >
16+ <orderEntry type =" inheritedJdk" />
17+ <orderEntry type =" sourceFolder" forTests =" false" />
18+ </component >
19+ </module >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ android {
77 minSdkVersion 19
88 targetSdkVersion 28
99 versionCode 1
10- versionName " 1.2 "
10+ versionName " 1.3 "
1111 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1212 }
1313 buildTypes {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.5.0-alpha01 '
10+ classpath ' com.android.tools.build:gradle:3.5.0-alpha02 '
1111
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Wed Jan 09 17:39:25 CET 2019
1+ # Sun Jan 27 18:27:50 CET 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1-milestone- 1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1. 1-all.zip
Original file line number Diff line number Diff line change 1- # # This file must *NOT* be checked into Version Control Systems,
2- # as it contains information specific to your local configuration.
3- #
4- # Location of the SDK. This is only used by Gradle.
5- # For customization when using a Version Control System, please read the
6- # header note.
7- # Sat Jan 12 18:14:59 CET 2019
8- sdk.dir =/home/ logan/ Android/ Sdk
1+ # # This file must *NOT* be checked into Version Control Systems,
2+ # as it contains information specific to your local configuration.
3+ #
4+ # Location of the SDK. This is only used by Gradle.
5+ # For customization when using a Version Control System, please read the
6+ # header note.
7+ # Sun Jan 27 18:26:57 CET 2019
8+ sdk.dir =C\: \\ Users \\ logan\\ AppData \\ Local \\ Android\\ Sdk
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <module external.linked.project.id=" :myapplication" external.linked.project.path=" $MODULE_DIR$" external.root.project.path=" $MODULE_DIR$/.." external.system.id=" GRADLE" type =" JAVA_MODULE" version =" 4" >
3+ <component name =" FacetManager" >
4+ <facet type =" java-gradle" name =" Java-Gradle" >
5+ <configuration >
6+ <option name =" BUILD_FOLDER_PATH" value =" $MODULE_DIR$/build" />
7+ <option name =" BUILDABLE" value =" false" />
8+ </configuration >
9+ </facet >
10+ </component >
11+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_7" inherit-compiler-output =" true" >
12+ <exclude-output />
13+ <content url =" file://$MODULE_DIR$" >
14+ <excludeFolder url =" file://$MODULE_DIR$/.gradle" />
15+ </content >
16+ <orderEntry type =" inheritedJdk" />
17+ <orderEntry type =" sourceFolder" forTests =" false" />
18+ </component >
19+ </module >
You can’t perform that action at this time.
0 commit comments