File tree 6 files changed +3
-6
lines changed
pythonforandroid/bootstraps
service_library/build/templates
service_only/build/templates
6 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -all.zip
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7 .1.2 '
8
+ classpath ' com.android.tools.build:gradle:8 .1.1 '
9
9
}
10
10
}
11
11
@@ -26,6 +26,7 @@ apply plugin: 'com.android.application'
26
26
{% endif % }
27
27
28
28
android {
29
+ namespace ' {{ args.package }}'
29
30
compileSdkVersion {{ android_api }}
30
31
buildToolsVersion ' {{ build_tools_version }}'
31
32
defaultConfig {
Original file line number Diff line number Diff line change 3
3
com.gamemaker.game
4
4
-->
5
5
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
6
- package =" {{ args.package }}"
7
6
android : versionCode =" {{ args.numeric_version }}"
8
7
android : versionName =" {{ args.version }}"
9
8
android : installLocation =" auto" >
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"
3
- package =" {{ args.package }}"
4
3
android : versionCode =" {{ args.numeric_version }}"
5
4
android : versionName =" {{ args.version }}" >
6
5
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"
3
- package =" {{ args.package }}"
4
3
android : versionCode =" {{ args.numeric_version }}"
5
4
android : versionName =" {{ args.version }}"
6
5
android : installLocation =" auto" >
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"
3
- package =" {{ args.package }}"
4
3
android : versionCode =" {{ args.numeric_version }}"
5
4
android : versionName =" {{ args.version }}"
6
5
android : installLocation =" auto" >
You can’t perform that action at this time.
0 commit comments