Skip to content

Commit

Permalink
improvements to code and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingsman44 committed May 30, 2023
1 parent 9fd6729 commit eb55974
Show file tree
Hide file tree
Showing 12 changed files with 694 additions and 614 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ idea.module {

ext {
min_sdk = 23
target_sdk = 31
target_sdk = 33
minSdkVersion = 23
targetSdkVersion = 30
targetSdkVersion = 33
buildToolsVersion = '30.0.3'
ndkVersion = '21.4.7075529'
outDir = file("$rootDir/out")
Expand Down
2 changes: 1 addition & 1 deletion module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
moduleName = "Pixelify"
moduleAuthor = "Kingsman44"
moduleDescription = "Enables pixel exclusive features :- Call Screening, Live Translate, Direct Call, Google Dialer Call Recording, Extreme Battery Saver, Hold For Me, Gboard Smart Compose, Adaptive Connectivity, Adaptive Sound, Next generation assistant, Pixel LiveWallpapers, Google Fit Heart rate and many more..."
moduleVersion = "v2.2"
moduleVersion = "v2.3-beta-1"
moduleVersionCode = 20230318

//Riru Properties
Expand Down
Loading

0 comments on commit eb55974

Please sign in to comment.