@@ -4,7 +4,7 @@ android { |
||
4 | 4 |
buildToolsVersion "28.0.3" |
5 | 5 |
|
6 | 6 |
defaultConfig { |
7 |
- applicationId "com.strickling.usbcamera" |
|
7 |
+ applicationId "ai.pai.usbcamera" |
|
8 | 8 |
minSdkVersion 19 |
9 | 9 |
targetSdkVersion 26 |
10 | 10 |
} |
@@ -1,6 +1,6 @@ |
||
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 |
- package="com.strickling.usbcamera" |
|
3 |
+ package="ai.pai.usbcamera" |
|
4 | 4 |
android:versionCode="1" |
5 | 5 |
android:versionName="1.0"> |
6 | 6 |
|
@@ -1,39 +0,0 @@ |
||
1 |
-ECLIPSE ANDROID PROJECT IMPORT SUMMARY |
|
2 |
-====================================== |
|
3 |
- |
|
4 |
-Ignored Files: |
|
5 |
--------------- |
|
6 |
-The following files were *not* copied into the new Gradle project; you |
|
7 |
-should evaluate whether these are still needed in your project and if |
|
8 |
-so manually move them: |
|
9 |
- |
|
10 |
-* .DS_Store |
|
11 |
-* ic_launcher-web.png |
|
12 |
-* proguard-project.txt |
|
13 |
- |
|
14 |
-Moved Files: |
|
15 |
------------- |
|
16 |
-Android Gradle projects use a different directory structure than ADT |
|
17 |
-Eclipse projects. Here's how the projects were restructured: |
|
18 |
- |
|
19 |
-* AndroidManifest.xml => app/src/main/AndroidManifest.xml |
|
20 |
-* res/ => app/src/main/res/ |
|
21 |
-* src/ => app/src/main/java/ |
|
22 |
-* src/.DS_Store => app/src/main/resources/.DS_Store |
|
23 |
-* src/com/.DS_Store => app/src/main/resources/com/.DS_Store |
|
24 |
-* src/com/ptplib/.DS_Store => app/src/main/resources/com/ptplib/.DS_Store |
|
25 |
- |
|
26 |
-Next Steps: |
|
27 |
------------ |
|
28 |
-You can now build the project. The Gradle project needs network |
|
29 |
-connectivity to download dependencies. |
|
30 |
- |
|
31 |
-Bugs: |
|
32 |
------ |
|
33 |
-If for some reason your project does not build, and you determine that |
|
34 |
-it is due to a bug or limitation of the Eclipse to Gradle importer, |
|
35 |
-please file a bug at http://b.android.com with category |
|
36 |
-Component-Tools. |
|
37 |
- |
|
38 |
-(This import summary is for your information only, and can be deleted |
|
39 |
-after import once you are satisfied with the results.) |