Igor Demin 8 months ago committed by GitHub
parent
commit
a785048e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ci/templates/multiplatform-template/android/build.gradle.kts
  2. 3
      ci/templates/multiplatform-template/android/src/main/AndroidManifest.xml
  3. 1
      ci/templates/multiplatform-template/common/build.gradle.kts
  4. 2
      ci/templates/multiplatform-template/gradle/wrapper/gradle-wrapper.properties

1
ci/templates/multiplatform-template/android/build.gradle.kts

@ -6,6 +6,7 @@ plugins {
android {
compileSdk = 34
namespace = "com.myapplication"
defaultConfig {
minSdk = 26

3
ci/templates/multiplatform-template/android/src/main/AndroidManifest.xml

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.myapplication">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"

1
ci/templates/multiplatform-template/common/build.gradle.kts

@ -29,6 +29,7 @@ kotlin {
android {
compileSdk = 34
namespace = "com.myapplication.common"
defaultConfig {
minSdk = 26

2
ci/templates/multiplatform-template/gradle/wrapper/gradle-wrapper.properties vendored

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

Loading…
Cancel
Save