Rehydrate

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2023-11-12 19:42:21 +02:00
parent 5cca3797ec
commit ac6f13ecf9
5 changed files with 7 additions and 11 deletions

View file

@ -1,13 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'com.android.application' version '8.1.2' apply false
id 'com.android.library' version '8.1.2' apply false
}
project.ext {
minSdkVersion = 21
targetSdkVersion = 33
buildToolsVersion = '33.0.2'
targetSdkVersion = 34
javaVersion = JavaVersion.VERSION_11
}

View file

@ -1,6 +1,6 @@
#Fri Mar 24 10:19:21 EET 2023
#Sun Nov 12 19:38:16 EET 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View file

@ -9,7 +9,6 @@ android {
defaultConfig {
minSdk project.minSdkVersion
targetSdk project.targetSdkVersion
buildToolsVersion project.buildToolsVersion
consumerProguardFiles "consumer-rules.pro"
}
@ -32,5 +31,5 @@ tasks.withType(JavaCompile) {
dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.android.material:material:1.10.0'
}

View file

@ -10,7 +10,6 @@ android {
applicationId "app.organicmaps.api.sample.capitals"
minSdk project.minSdkVersion
targetSdk project.targetSdkVersion
buildToolsVersion project.buildToolsVersion
versionCode 1
versionName "1.0"
}

View file

@ -10,7 +10,6 @@ android {
applicationId "app.organicmaps.api.sample.pick_point"
minSdk project.minSdkVersion
targetSdk project.targetSdkVersion
buildToolsVersion project.buildToolsVersion
versionCode 1
versionName "1.0"
}