Skip to content

Commit d55cb67

Browse files
committed
Version
1 parent 75f99c2 commit d55cb67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "org.nitri.opentopo"
99
minSdkVersion 21
1010
targetSdkVersion 34
11-
versionCode 40
12-
versionName "1.15.1"
11+
versionCode 41
12+
versionName "1.16"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
vectorDrawables.useSupportLibrary = true
1515
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.3.1'
10+
classpath 'com.android.tools.build:gradle:8.3.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
1212
}
1313
}

0 commit comments

Comments
 (0)