We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f99c2 commit d55cb67Copy full SHA for d55cb67
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "org.nitri.opentopo"
9
minSdkVersion 21
10
targetSdkVersion 34
11
- versionCode 40
12
- versionName "1.15.1"
+ versionCode 41
+ versionName "1.16"
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
vectorDrawables.useSupportLibrary = true
15
}
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
mavenCentral()
dependencies {
- classpath 'com.android.tools.build:gradle:8.3.1'
+ classpath 'com.android.tools.build:gradle:8.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
0 commit comments