mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Upgrade Android plugin
This commit is contained in:
parent
44cf74683e
commit
d0cefe69de
@ -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 {
|
||||
|
||||
@ -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"/>
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="org.maplibre_rs" />
|
||||
<manifest/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user