Skip to content

Commit

Permalink
Increase version and add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Feb 24, 2023
1 parent 6f12d22 commit 78ca242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Frames.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

object Frames {
const val appId = "dev.jahir.frames.app"
const val version = 351
const val versionName = "3.5.1"
const val version = 352
const val versionName = "3.5.2"
}
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apply plugin: 'kotlin-parcelize'
apply plugin: 'com.google.devtools.ksp'

android {
namespace 'dev.jahir.frames'
compileSdkVersion Versions.targetSdk
buildToolsVersion Versions.buildTools

Expand Down

0 comments on commit 78ca242

Please sign in to comment.