Kaynağa Gözat

Merge branch 'develop' of https://git.youlane.cn/mobileui/screenAd into develop

ZZ
tags/jenkins-front-end-screenad-275-
caserKing 5 yıl önce
ebeveyn
işleme
44a23912af
6 değiştirilmiş dosya ile 51 ekleme ve 0 silme
  1. +1
    -0
      App.js
  2. +17
    -0
      android/.project
  3. +2
    -0
      android/.settings/org.eclipse.buildship.core.prefs
  4. +6
    -0
      android/app/.classpath
  5. +23
    -0
      android/app/.project
  6. +2
    -0
      android/app/.settings/org.eclipse.buildship.core.prefs

+ 1
- 0
App.js Dosyayı Görüntüle

@@ -12,6 +12,7 @@ import {
} from 'react-native';



//引用插件
import Package from './package.json'
import HttpUtils from './HttpUtils.js';


+ 17
- 0
android/.project Dosyayı Görüntüle

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>screenAd</name>
<comment>Project android created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>

+ 2
- 0
android/.settings/org.eclipse.buildship.core.prefs Dosyayı Görüntüle

@@ -0,0 +1,2 @@
connection.project.dir=
eclipse.preferences.version=1

+ 6
- 0
android/app/.classpath Dosyayı Görüntüle

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>

+ 23
- 0
android/app/.project Dosyayı Görüntüle

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>app</name>
<comment>Project app created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>

+ 2
- 0
android/app/.settings/org.eclipse.buildship.core.prefs Dosyayı Görüntüle

@@ -0,0 +1,2 @@
connection.project.dir=..
eclipse.preferences.version=1

Yükleniyor…
İptal
Kaydet