File tree Expand file tree Collapse file tree 5 files changed +29
-12
lines changed Expand file tree Collapse file tree 5 files changed +29
-12
lines changed Original file line number Diff line number Diff line change 1
1
<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" >
4
3
5
4
<!-- Permission required for donations. Remove it if you don't use it -->
6
5
<uses-permission android : name =" com.android.vending.BILLING" />
Original file line number Diff line number Diff line change
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
+ ]
Original file line number Diff line number Diff line change 2
2
3
3
object MyApp {
4
4
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 "
7
7
}
Original file line number Diff line number Diff line change 2
2
3
3
object Versions {
4
4
// 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 "
8
8
9
9
// OneSignal
10
- const val oneSignal = " 4.8.10 "
10
+ const val oneSignal = " 4.8.12 "
11
11
12
12
// App
13
13
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"
16
16
17
17
// Frames
18
- const val frames = " 3.6.3 "
18
+ const val frames = " 3.6.4 "
19
19
}
Original file line number Diff line number Diff line change 1
1
# Tue Jul 19 11:05:13 CEST 2022
2
2
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
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments