Skip to content

Commit 2b41d1c

Browse files
Update to Blueprint 2.4.4
1 parent 3fb0b71 commit 2b41d1c

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
xmlns:tools="http://schemas.android.com/tools"
3-
package="dev.jahir.blueprint.app">
2+
xmlns:tools="http://schemas.android.com/tools">
43

54
<!-- Permission required for donations. Remove it if you don't use it -->
65
<uses-permission android:name="com.android.vending.BILLING" />

buildSrc/src/main/java/MyApp.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
object MyApp {
44
const val appId = "dev.jahir.blueprint.app"
5-
const val version = 243
6-
const val versionName = "2.4.3"
5+
const val version = 244
6+
const val versionName = "2.4.4"
77
}

buildSrc/src/main/java/Versions.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
object Versions {
44
// Plugins
5-
const val gradle = "8.6.1"
6-
const val kotlin = "2.1.0"
7-
const val ksp = "$kotlin-1.0.29"
5+
const val gradle = "8.10.0"
6+
const val kotlin = "2.1.21"
7+
const val ksp = "$kotlin-2.0.1"
88

99
// OneSignal
10-
const val oneSignal = "4.8.10"
10+
const val oneSignal = "4.8.12"
1111

1212
// App
1313
const val minSdk = 21
14-
const val targetSdk = 35
15-
const val buildTools = "35.0.0"
14+
const val targetSdk = 36
15+
const val buildTools = "36.0.0"
1616

1717
// Blueprint
18-
const val blueprint = "2.4.3"
18+
const val blueprint = "2.4.4"
1919
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Jul 24 22:47:34 CEST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)