Upgrade Android plugin

This commit is contained in:
Maximilian Ammann 2022-11-02 20:28:30 +01:00
parent 44cf74683e
commit d0cefe69de
4 changed files with 9 additions and 10 deletions

View File

@ -1,6 +1,6 @@
plugins {
id 'com.android.application' version '7.0.4' apply true
id 'org.jetbrains.kotlin.android' version '1.6.21' apply true
id 'com.android.application' version '7.2.0' apply true
id 'org.jetbrains.kotlin.android' version '1.7.20' apply true
}
android {
@ -34,6 +34,7 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
namespace 'com.example.demo'
}
dependencies {

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.demo">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

View File

@ -1,7 +1,7 @@
plugins {
id 'org.mozilla.rust-android-gradle.rust-android' version '0.9.3' apply true
id 'com.android.library' version '7.0.4' apply true
id 'org.jetbrains.kotlin.android' version '1.6.21' apply true
id 'com.android.library' version '7.2.0' apply true
id 'org.jetbrains.kotlin.android' version '1.7.20' apply true
}
apply plugin: 'kotlin-android'
@ -14,9 +14,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
@ -27,6 +25,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
namespace 'org.maplibre_rs'
}
cargo {

View File

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="org.maplibre_rs" />
<manifest/>