File tree Expand file tree Collapse file tree 4 files changed +3
-18
lines changed Expand file tree Collapse file tree 4 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 4
4
<!-- We add an application tag here just so that we can indicate that
5
5
this package needs to link against the android.test library,
6
6
which is needed when building test cases. -->
7
- <application android : debuggable = " true " >
7
+ <application >
8
8
<uses-library android : name =" android.test.runner" />
9
9
</application >
10
10
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : installLocation =" preferExternal" android : versionCode =" ${versionCode}" android : versionName =" 1.29-SNAPSHOT" package =" com.madgag.agit" >
3
- <application android : debuggable = " true " android : icon =" @drawable/icon" android : label =" @string/app_name" android : theme =" @style/Theme.App" >
3
+ <application android : icon =" @drawable/icon" android : label =" @string/app_name" android : theme =" @style/Theme.App" >
4
4
5
5
<activity android : name =" DashboardActivity" >
6
6
<intent-filter >
Original file line number Diff line number Diff line change 198
198
<value >!production</value >
199
199
</property >
200
200
</activation >
201
- <properties >
202
- <deployment .stage>In Development</deployment .stage>
203
- <android .debuggable>true</android .debuggable>
204
- </properties >
205
- </profile >
206
- <profile >
207
- <id >production</id >
208
- <properties >
209
- <deployment .stage>In Production</deployment .stage>
210
- <android .debuggable>false</android .debuggable>
211
- </properties >
212
201
</profile >
213
202
<profile >
214
203
<id >release</id >
266
255
<skip >false</skip >
267
256
<outputApk >${project.build.directory} /${project.artifactId} -${project.version} -signed-aligned.apk</outputApk >
268
257
</zipalign >
269
- <manifest >
270
- <debuggable >false</debuggable >
271
- </manifest >
272
258
</configuration >
273
259
<executions >
274
260
<execution >
Original file line number Diff line number Diff line change 107
107
<plugin >
108
108
<groupId >com.jayway.maven.plugins.android.generation2</groupId >
109
109
<artifactId >android-maven-plugin</artifactId >
110
- <version >3.4 .0</version >
110
+ <version >3.5 .0</version >
111
111
<extensions >true</extensions >
112
112
<configuration >
113
113
<sdk >
123
123
</proguard >
124
124
<manifest >
125
125
<versionName />
126
- <debuggable >true</debuggable >
127
126
</manifest >
128
127
</configuration >
129
128
<executions >
You can’t perform that action at this time.
0 commit comments