File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 37
37
}
38
38
39
39
android {
40
- compileSdkVersion compile_sdk_version
41
- buildToolsVersion build_tools_version
40
+ namespace " com.hyperdevs.appupdateshelper.app"
41
+ compileSdk = compile_sdk_version
42
+ buildToolsVersion = build_tools_version
42
43
43
44
defaultConfig {
44
45
/*
Original file line number Diff line number Diff line change 18
18
-->
19
19
20
20
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
21
- xmlns : tools =" http://schemas.android.com/tools"
22
- package =" com.hyperdevs.appupdateshelper.app" >
21
+ xmlns : tools =" http://schemas.android.com/tools" >
23
22
24
23
<application
25
24
android : allowBackup =" false"
Original file line number Diff line number Diff line change 16
16
~ See the License for the specific language governing permissions and
17
17
~ limitations under the License.
18
18
-->
19
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
20
- package =" com.hyperdevs.appupdateshelper" />
19
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" />
You can’t perform that action at this time.
0 commit comments