Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed May 28, 2023
1 parent a1b1fa4 commit 338c765
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import dev.jahir.frames.ui.FramesApplication
// import com.onesignal.OSNotificationReceivedEvent
// import dev.jahir.frames.extensions.context.preferences

class MyApplication : FramesApplication() {
class MyApplication : FramesApplication(BuildConfig.ONESIGNAL_APP_ID) {
override fun onCreate() {
super.onCreate()
// TODO: Remove comment marks to enable
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values/kuper_setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<!-- Set to 'true' if your app requires Kolorette. 'false' otherwise. -->
<bool name="kolorette_required">false</bool>

<!-- Set to 'true' if your app requires Renoir. 'false' otherwise. -->
<bool name="renoir_required">false</bool>

<!-- Name of the skin to be shown inside the Kustom app -->
<string name="kustom_pack_title">@string/app_name</string>

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Blueprint.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object Blueprint {
const val appId = "dev.jahir.blueprint.app"
const val version = 234
const val versionName = "2.3.4"
const val version = 235
const val versionName = "2.3.5"
}
10 changes: 5 additions & 5 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

object Versions {
// Plugins
const val gradle = "7.4.1"
const val kotlin = "1.8.0"
const val gradle = "7.4.2"
const val kotlin = "1.8.21"
const val sonatype = "1.1.0"
const val ksp = "$kotlin-1.0.9"
const val ksp = "$kotlin-1.0.11"

// OneSignal
const val oneSignal = "4.8.4"
const val oneSignal = "4.8.6"

// App
const val minSdk = 21
const val targetSdk = 33
const val buildTools = "33.0.2"

// Kuper
const val kuper = "2.4.4"
const val kuper = "2.4.5"

// Adaptive Icons
const val adaptiveIcons = "1.0.0"
Expand Down

0 comments on commit 338c765

Please sign in to comment.