Skip to content

Commit

Permalink
updated to frames v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wacko1805 committed Feb 28, 2024
1 parent 356bc29 commit 59dbd5f
Show file tree
Hide file tree
Showing 44 changed files with 69 additions and 8 deletions.
Binary file not shown.
Binary file removed .gradle/7.0.2/executionHistory/executionHistory.bin
Binary file not shown.
Binary file removed .gradle/7.0.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file removed .gradle/7.0.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/7.0.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/7.0.2/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file removed .gradle/7.0.2/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file removed .gradle/7.0.2/javaCompile/javaCompile.lock
Binary file not shown.
Binary file removed .gradle/7.0.2/javaCompile/taskHistory.bin
Binary file not shown.
Binary file added .gradle/8.0/checksums/checksums.lock
Binary file not shown.
Binary file added .gradle/8.0/checksums/md5-checksums.bin
Binary file not shown.
Binary file added .gradle/8.0/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Binary file added .gradle/8.0/executionHistory/executionHistory.bin
Binary file not shown.
Binary file added .gradle/8.0/executionHistory/executionHistory.lock
Binary file not shown.
File renamed without changes.
Binary file added .gradle/8.0/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/8.0/fileHashes/fileHashes.lock
Binary file not shown.
Binary file added .gradle/8.0/fileHashes/resourceHashesCache.bin
Binary file not shown.
File renamed without changes.
Binary file added .gradle/8.1.1/checksums/checksums.lock
Binary file not shown.
Binary file added .gradle/8.1.1/checksums/md5-checksums.bin
Binary file not shown.
Binary file added .gradle/8.1.1/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added .gradle/8.1.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/8.1.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/8.1.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Empty file added .gradle/8.1.1/gc.properties
Empty file.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Wed Feb 28 16:37:31 AEDT 2024
java.home=C\:\\Program Files\\Android\\Android Studio\\jbr
Binary file added .gradle/file-system.probe
Binary file not shown.
10 changes: 10 additions & 0 deletions .idea/deploymentTargetDropDown.xml

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

16 changes: 13 additions & 3 deletions .idea/gradle.xml

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

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

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

10 changes: 10 additions & 0 deletions .idea/migrations.xml

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

3 changes: 1 addition & 2 deletions .idea/misc.xml

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

4 changes: 4 additions & 0 deletions .idea/modules/app/Pixel-Wallpaper-app.app.androidTest.iml

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

Binary file not shown.
20 changes: 20 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "dev.wacko1805.pixel.wallpapers",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 105,
"versionName": "1.0.5",
"outputFile": "dev.wacko1805.pixel.wallpapers-v1.0.5-release.apk"
}
],
"elementType": "File"
}
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

object Versions {
// Plugins
const val gradle = "7.0.3"
const val gradle = "8.0.0"
const val kotlin = "1.8.20"

// OneSignal
Expand All @@ -11,9 +11,9 @@ object Versions {

// App
const val minSdk = 21
const val targetSdk = 33
const val targetSdk = 34
const val buildTools = "30.0.3"

// Frames
const val frames = "3.5.4"
const val frames = "3.6.0"
}

0 comments on commit 59dbd5f

Please sign in to comment.