mirror of
https://github.com/moparisthebest/android-app
synced 2024-12-24 23:48:48 -05:00
Delete /gen/ from git. Correct project.properties target version 11.
This commit is contained in:
parent
85de10f9be
commit
907a1f407f
@ -1,6 +0,0 @@
|
|||||||
/** Automatically generated file. DO NOT MODIFY */
|
|
||||||
package fr.gaulupeau.apps.Poche;
|
|
||||||
|
|
||||||
public final class BuildConfig {
|
|
||||||
public final static boolean DEBUG = true;
|
|
||||||
}
|
|
@ -1,43 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* aapt tool from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package fr.gaulupeau.apps.Poche;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
public static final class attr {
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
public static final int toppadding=0x7f040000;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
public static final int icon=0x7f020000;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
public static final int author=0x7f060007;
|
|
||||||
public static final int btnDone=0x7f060006;
|
|
||||||
public static final int imageView1=0x7f060001;
|
|
||||||
public static final int instructions=0x7f060005;
|
|
||||||
public static final int pageUrl_label=0x7f060002;
|
|
||||||
public static final int pocheUrl=0x7f060004;
|
|
||||||
public static final int scrollView1=0x7f060000;
|
|
||||||
public static final int textView1=0x7f060003;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
public static final int main=0x7f030000;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
public static final int app_name=0x7f050001;
|
|
||||||
public static final int author=0x7f050002;
|
|
||||||
public static final int authorSite=0x7f050006;
|
|
||||||
public static final int btnDone=0x7f050004;
|
|
||||||
public static final int hello=0x7f050000;
|
|
||||||
public static final int instructions=0x7f050003;
|
|
||||||
public static final int url_help=0x7f050008;
|
|
||||||
public static final int url_label=0x7f050007;
|
|
||||||
public static final int which_browser=0x7f050005;
|
|
||||||
}
|
|
||||||
}
|
|
@ -11,4 +11,4 @@
|
|||||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-8
|
target=android-11
|
||||||
|
Loading…
Reference in New Issue
Block a user