Skip to content

Commit 682f953

Browse files
Update to Frames v 3.6.4
1 parent 477b62e commit 682f953

File tree

5 files changed

+29
-12
lines changed

5 files changed

+29
-12
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
xmlns:tools="http://schemas.android.com/tools"
3-
package="dev.jahir.frames.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" />

app/src/main/assets/wallpapers.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"name": "Annie from Assets",
4+
"author": "unsplash",
5+
"url": "file:///android_asset/annie.jpg",
6+
"dimensions": "3200x2560",
7+
"copyright": "Free (do whatever you want)",
8+
"collections": "assets"
9+
},
10+
{
11+
"name": "Neom from Assets",
12+
"author": "unsplash",
13+
"url": "file:///android_asset/wallpapers/neom.jpg",
14+
"dimensions": "3200x2560",
15+
"copyright": "Free (do whatever you want)",
16+
"collections": "assets"
17+
}
18+
]

buildSrc/src/main/java/MyApp.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
object MyApp {
44
const val appId = "dev.jahir.frames.app"
5-
const val version = 363
6-
const val versionName = "3.6.3"
5+
const val version = 364
6+
const val versionName = "3.6.4"
77
}

buildSrc/src/main/java/Versions.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
object 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
// Frames
18-
const val frames = "3.6.3"
18+
const val frames = "3.6.4"
1919
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Jul 19 11:05:13 CEST 2022
22
distributionBase=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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)