File tree 4 files changed +13
-8
lines changed
4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.android.application'
3
- id(' com.github.triplet.play' ) version ' 3.7.0-agp4.2 ' apply false
3
+ id(' com.github.triplet.play' ) version ' 3.9.0 ' apply false
4
4
}
5
5
6
6
android {
7
- compileSdkVersion 33
7
+ compileSdk 34
8
+ namespace " com.bytehamster.flowitgame"
8
9
9
10
defaultConfig {
10
11
applicationId " com.bytehamster.flowitgame"
11
- minSdkVersion 14
12
- targetSdkVersion 33
12
+ minSdk 14
13
+ targetSdk 34
13
14
versionCode 308
14
15
versionName " 3.8"
15
16
}
@@ -59,7 +60,12 @@ android {
59
60
compress(projectDir. path + ' /src/main/assets/levelsCommunity.xml' )
60
61
}
61
62
}
63
+
62
64
preBuild. dependsOn compressLevelFile
65
+
66
+ buildFeatures {
67
+ buildConfig true
68
+ }
63
69
}
64
70
65
71
if (project. hasProperty(" TRIPLET_API_KEY" )) {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.bytehamster.flowitgame" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
4
3
5
4
<application
6
5
android : allowBackup =" true"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:4.2.2 '
8
+ classpath ' com.android.tools.build:gradle:8.1.1 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments