Skip to content

Commit b762870

Browse files
committed
Target Android 14
1 parent 48c37a7 commit b762870

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.idea/gradle.xml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 33
4+
compileSdkVersion 34
55
defaultConfig {
66
applicationId "rocks.poopjournal.morse"
77
minSdkVersion 19
8-
targetSdkVersion 33
8+
targetSdkVersion 34
99
versionCode 12
1010
versionName "2.1"
1111
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.2.0'
9+
classpath 'com.android.tools.build:gradle:8.2.2'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jun 09 15:32:18 PKT 2021
1+
#Sat Jan 27 21:55:00 CET 2024
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
43
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)