File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed
Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 22
33object 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}
Original file line number Diff line number Diff line change 22
33object 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}
Original file line number Diff line number Diff line change 11# Sun Jul 24 22:47:34 CEST 2022
22distributionBase =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
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments