File tree Expand file tree Collapse file tree 8 files changed +55
-2
lines changed Expand file tree Collapse file tree 8 files changed +55
-2
lines changed Original file line number Diff line number Diff line change 12
12
/captures
13
13
.externalNativeBuild
14
14
.idea
15
- gradle /wrapper
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >ProxyWebView</name >
4
+ <comment >Project ProxyWebView created by Buildship.</comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ </buildSpec >
14
+ <natures >
15
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
16
+ </natures >
17
+ </projectDescription >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ App gradle
21
21
```
22
22
dependencies {
23
23
...
24
- implementation 'com.github.ggjjack:AndroidProxyWebView:1.0.2 '
24
+ implementation 'com.github.ggjjack:AndroidProxyWebView:1.0.0 '
25
25
...
26
26
}
27
27
```
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/" />
4
+ <classpathentry kind =" con" path =" org.eclipse.buildship.core.gradleclasspathcontainer" />
5
+ <classpathentry kind =" output" path =" bin/default" />
6
+ </classpath >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >app</name >
4
+ <comment >Project app created by Buildship.</comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.jdt.core.javabuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ </buildSpec >
19
+ <natures >
20
+ <nature >org.eclipse.jdt.core.javanature</nature >
21
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
22
+ </natures >
23
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ connection.project.dir =..
2
+ eclipse.preferences.version =1
Original file line number Diff line number Diff line change
1
+ # Wed Aug 07 21:34:43 KST 2019
2
+ distributionBase =GRADLE_USER_HOME
3
+ distributionPath =wrapper/dists
4
+ zipStoreBase =GRADLE_USER_HOME
5
+ zipStorePath =wrapper/dists
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
You can’t perform that action at this time.
0 commit comments