Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
imlk0 committed Apr 30, 2018
0 parents commit 44df097
Show file tree
Hide file tree
Showing 824 changed files with 117,175 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.iml
.gradle
/local.properties
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
/build
/captures
.externalNativeBuild
Binary file added .idea/caches/build_file_checksums.ser
Binary file not shown.
29 changes: 29 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 52 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
apply plugin: 'com.android.application'
//apply plugin: 'com.ceabie.dexnkife'

android {
compileSdkVersion 18
buildToolsVersion "27.0.3"

defaultConfig {
applicationId "com.android.reverse"
minSdkVersion 8
targetSdkVersion 18

versionCode 1
versionName "1.0.0"

multiDexEnabled true

multiDexKeepProguard file('maindexlist.pro') // 指定主dex中的class
}

lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}


externalNativeBuild {
ndkBuild {
path 'src/main/jni/Android.mk'
}
}
}

dependencies {
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.android.support:support-v4:18.0.0'
implementation files('libs/antlr-3.5.2-complete.jar')
implementation files('libs/commons-cli-1.2.jar')
implementation files('lib/full_framework_15.jar')
implementation files('libs/guava-17.0.jar')
compileOnly files('lib/XposedBridgeApi-54.jar')
implementation 'top.imlk.xpmodulemultidex:XposedModuleMultidex:1.0.0'
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.android.reverse;

public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.android.reverse";
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.0.0";
}
10 changes: 10 additions & 0 deletions app/build/generated/source/r/debug/android/support/multidex/R.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.multidex;

public final class R {
}
39 changes: 39 additions & 0 deletions app/build/generated/source/r/debug/com/android/reverse/R.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/* 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 com.android.reverse;

public final class R {
public static final class dimen {
public static final int activity_horizontal_margin=0x7f010000;
public static final int activity_vertical_margin=0x7f010001;
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
public static final int logo=0x7f020001;
}
public static final class id {
public static final int action_settings=0x7f030000;
public static final int imageView1=0x7f030001;
public static final int textView1=0x7f030002;
}
public static final class layout {
public static final int activity_main=0x7f040000;
}
public static final class menu {
public static final int main=0x7f050000;
}
public static final class string {
public static final int action_settings=0x7f060000;
public static final int app_name=0x7f060001;
public static final int hello_world=0x7f060002;
}
public static final class style {
public static final int AppBaseTheme=0x7f070000;
public static final int AppTheme=0x7f070001;
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package top.imlk.xpmodulemultidex;

public final class R {
public static final class string {
public static final int app_name = 0x7f060001;
}
}
132 changes: 132 additions & 0 deletions app/build/intermediates/blame/res/debug/multi-v2/debug.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"logs": [
{
"outputFile": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v14_values-v14.arsc.flat",
"map": [
{
"source": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\src\\main\\res\\values-v14\\styles.xml",
"from": {
"startLines": "7",
"startColumns": "4",
"startOffsets": "220",
"endLines": "9",
"endColumns": "12",
"endOffsets": "366"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "55",
"endLines": "4",
"endColumns": "12",
"endOffsets": "201"
}
}
]
},
{
"outputFile": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\build\\intermediates\\res\\merged\\debug\\values-sw720dp-land-v13_values-sw720dp-land-v13.arsc.flat",
"map": [
{
"source": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\src\\main\\res\\values-sw720dp-land\\dimens.xml",
"from": {
"startLines": "6",
"startColumns": "4",
"startOffsets": "200",
"endColumns": "58",
"endOffsets": "254"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "55",
"endColumns": "58",
"endOffsets": "109"
}
}
]
},
{
"outputFile": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat",
"map": [
{
"source": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\src\\main\\res\\values\\styles.xml",
"from": {
"startLines": "6,15",
"startColumns": "4,4",
"startOffsets": "186,510",
"endLines": "12,17",
"endColumns": "12,12",
"endOffsets": "472,665"
},
"to": {
"startLines": "7,14",
"startColumns": "4,4",
"startOffsets": "343,634",
"endLines": "13,16",
"endColumns": "12,12",
"endOffsets": "629,789"
}
},
{
"source": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\src\\main\\res\\values\\strings.xml",
"from": {
"startLines": "4,3,5",
"startColumns": "4,4,4",
"startOffsets": "101,56,154",
"endColumns": "52,44,75",
"endOffsets": "149,96,225"
},
"to": {
"startLines": "4,5,6",
"startColumns": "4,4,4",
"startOffsets": "169,222,267",
"endColumns": "52,44,75",
"endOffsets": "217,262,338"
}
},
{
"source": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\src\\main\\res\\values\\dimens.xml",
"from": {
"startLines": "3,4",
"startColumns": "4,4",
"startOffsets": "89,147",
"endColumns": "57,55",
"endOffsets": "142,198"
},
"to": {
"startLines": "2,3",
"startColumns": "4,4",
"startOffsets": "55,113",
"endColumns": "57,55",
"endOffsets": "108,164"
}
}
]
},
{
"outputFile": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\build\\intermediates\\res\\merged\\debug\\values-v11_values-v11.arsc.flat",
"map": [
{
"source": "C:\\Users\\jxht\\AndroidStudioProjects\\ZjDroid\\app\\src\\main\\res\\values-v11\\styles.xml",
"from": {
"startLines": "6",
"startColumns": "4",
"startOffsets": "177",
"endLines": "8",
"endColumns": "12",
"endOffsets": "309"
},
"to": {
"startLines": "2",
"startColumns": "4",
"startOffsets": "55",
"endLines": "4",
"endColumns": "12",
"endOffsets": "187"
}
}
]
}
]
}
Loading

0 comments on commit 44df097

Please sign in to comment.