Skip to content

Commit be858e9

Browse files
author
Stephane Coutant
committed
v3.6. Sdk update to target Android 15
1 parent c695e76 commit be858e9

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Blokish
1+
Blokish
22
=======
33
![blokish](http://blokish.scoutant.org/blokish_nexus_6)
44

@@ -57,6 +57,11 @@ Stephane Coutant, http://scoutant.org
5757

5858
# Changelog
5959

60+
## v3.6, 2024/10 : Android 15
61+
* targetting Android 15
62+
* built with Android 15 sdk and Gradle 8.10
63+
* update by RobbieNesmith as part of Hacktoberfest
64+
6065
## v3.5, 2022/11 : Android 12.1
6166
* targetting Android 12.1
6267
* built with Android 13 sdk and Gradle 7.5

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdk 34 // 13.0
5-
project.archivesBaseName = "blokish-3.5" // sync with Manifest
4+
compileSdk 35
5+
project.archivesBaseName = "blokish-3.6" // sync with Manifest
66

77
defaultConfig {
88
applicationId "org.scoutant.blokish"
99
minSdkVersion 28 // Android 9
10-
targetSdkVersion 34 // Android 14
11-
versionCode 23
12-
versionName "3.5"
10+
targetSdkVersion 35 // Android 15
11+
versionCode 24
12+
versionName "3.6"
1313
project.ext.set("archivesBaseName", "blokish-" + defaultConfig.versionName)
1414
}
1515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
google()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:8.5.1'
7+
classpath 'com.android.tools.build:gradle:8.6.1'
88
}
99
}
1010

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip

0 commit comments

Comments
 (0)