Vincent KHERBACHE
9 years ago
51 changed files with 15 additions and 104 deletions
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 106 KiB |
@ -1,13 +0,0 @@ |
|||||||
/** |
|
||||||
* Automatically generated file. DO NOT MODIFY |
|
||||||
*/ |
|
||||||
package com.googlecode.tesseract.android; |
|
||||||
|
|
||||||
public final class BuildConfig { |
|
||||||
public static final boolean DEBUG = Boolean.parseBoolean("true"); |
|
||||||
public static final String APPLICATION_ID = "com.googlecode.tesseract.android"; |
|
||||||
public static final String BUILD_TYPE = "debug"; |
|
||||||
public static final String FLAVOR = ""; |
|
||||||
public static final int VERSION_CODE = 1; |
|
||||||
public static final String VERSION_NAME = ""; |
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
/** |
|
||||||
* Automatically generated file. DO NOT MODIFY |
|
||||||
*/ |
|
||||||
package com.googlecode.tesseract.android.test; |
|
||||||
|
|
||||||
public final class BuildConfig { |
|
||||||
public static final boolean DEBUG = Boolean.parseBoolean("true"); |
|
||||||
public static final String APPLICATION_ID = "com.googlecode.tesseract.android.test"; |
|
||||||
public static final String BUILD_TYPE = "debug"; |
|
||||||
public static final String FLAVOR = ""; |
|
||||||
public static final int VERSION_CODE = -1; |
|
||||||
public static final String VERSION_NAME = ""; |
|
||||||
} |
|
@ -1,26 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<!-- |
|
||||||
Copyright (C) 2011 Google Inc. |
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License"); |
|
||||||
you may not use this file except in compliance with the License. |
|
||||||
You may obtain a copy of the License at |
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0 |
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software |
|
||||||
distributed under the License is distributed on an "AS IS" BASIS, |
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
||||||
See the License for the specific language governing permissions and |
|
||||||
limitations under the License. |
|
||||||
--> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="com.googlecode.tesseract.android" |
|
||||||
android:versionCode="1" |
|
||||||
android:versionName="1.0" > |
|
||||||
|
|
||||||
<uses-sdk |
|
||||||
android:minSdkVersion="14" |
|
||||||
android:targetSdkVersion="19" /> |
|
||||||
|
|
||||||
</manifest> |
|
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,2 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<merger version="3"><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/main/assets"/></dataSet><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/debug/assets"/></dataSet></merger> |
|
@ -1,2 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<merger version="3"><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/intermediates/bundles/debug/assets"/></dataSet><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/androidTest/assets"/></dataSet></merger> |
|
@ -1,2 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<merger version="3"><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/intermediates/bundles/debug/res"/></dataSet><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/androidTest/res"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/rs/test/debug"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/generated/test/debug"/></dataSet><mergedItems/></merger> |
|
@ -1,2 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<merger version="3"><dataSet config="main"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/main/res"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/rs/debug"/><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/build/generated/res/generated/debug"/></dataSet><dataSet config="debug"><source path="/home/vins/AndroidStudioProjects/PointsPermis/tesseract/src/debug/res"/></dataSet><mergedItems/></merger> |
|
@ -1,20 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="com.googlecode.tesseract.android.test" > |
|
||||||
|
|
||||||
<uses-sdk |
|
||||||
android:minSdkVersion="14" |
|
||||||
android:targetSdkVersion="19" /> |
|
||||||
|
|
||||||
<instrumentation |
|
||||||
android:name="android.test.InstrumentationTestRunner" |
|
||||||
android:functionalTest="false" |
|
||||||
android:handleProfiling="false" |
|
||||||
android:label="Tests for com.googlecode.tesseract.android.test" |
|
||||||
android:targetPackage="com.googlecode.tesseract.android.test" /> |
|
||||||
|
|
||||||
<application> |
|
||||||
<uses-library android:name="android.test.runner" /> |
|
||||||
</application> |
|
||||||
|
|
||||||
</manifest> |
|
@ -1,16 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
package="com.googlecode.tesseract.android.test"> |
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" /> |
|
||||||
|
|
||||||
<application> |
|
||||||
<uses-library android:name="android.test.runner" /> |
|
||||||
</application> |
|
||||||
|
|
||||||
<instrumentation android:name="android.test.InstrumentationTestRunner" |
|
||||||
android:targetPackage="com.googlecode.tesseract.android.test" |
|
||||||
android:handleProfiling="false" |
|
||||||
android:functionalTest="false" |
|
||||||
android:label="Tests for com.googlecode.tesseract.android.test"/> |
|
||||||
</manifest> |
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue