File tree Expand file tree Collapse file tree 6 files changed +3
-6
lines changed
pythonforandroid/bootstraps
service_library/build/templates
service_only/build/templates Expand file tree Collapse file tree 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
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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 {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:7 .1.2 '
8+ classpath ' com.android.tools.build:gradle:8 .1.1 '
99 }
1010}
1111
@@ -26,6 +26,7 @@ apply plugin: 'com.android.application'
2626{% endif % }
2727
2828android {
29+ namespace ' {{ args.package }}'
2930 compileSdkVersion {{ android_api }}
3031 buildToolsVersion ' {{ build_tools_version }}'
3132 defaultConfig {
Original file line number Diff line number Diff line change 33 com.gamemaker.game
44-->
55<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
6- package =" {{ args.package }}"
76 android : versionCode =" {{ args.numeric_version }}"
87 android : versionName =" {{ args.version }}"
98 android : installLocation =" auto" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" {{ args.package }}"
43 android : versionCode =" {{ args.numeric_version }}"
54 android : versionName =" {{ args.version }}" >
65
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" {{ args.package }}"
43 android : versionCode =" {{ args.numeric_version }}"
54 android : versionName =" {{ args.version }}"
65 android : installLocation =" auto" >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" {{ args.package }}"
43 android : versionCode =" {{ args.numeric_version }}"
54 android : versionName =" {{ args.version }}"
65 android : installLocation =" auto" >
You can’t perform that action at this time.
0 commit comments