File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ apply plugin: 'kotlin-android'
32
32
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
33
33
34
34
android {
35
- compileSdkVersion 31
35
+ namespace " nl.renefloor.puzzle"
36
+ compileSdkVersion 34
36
37
37
38
compileOptions {
38
39
sourceCompatibility JavaVersion . VERSION_1_8
@@ -49,8 +50,8 @@ android {
49
50
50
51
defaultConfig {
51
52
applicationId " nl.renefloor.puzzle"
52
- minSdkVersion 16
53
- targetSdkVersion 30
53
+ minSdkVersion 21
54
+ targetSdkVersion 34
54
55
versionCode flutterVersionCode. toInteger()
55
56
versionName flutterVersionName
56
57
}
@@ -83,7 +84,6 @@ android {
83
84
release {
84
85
signingConfig signingConfigs. release
85
86
minifyEnabled true
86
- useProguard true
87
87
proguardFiles getDefaultProguardFile(' proguard-android.txt' )
88
88
}
89
89
debug {
Original file line number Diff line number Diff line change 10
10
android : theme =" @style/LaunchTheme"
11
11
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
12
12
android : hardwareAccelerated =" true"
13
+ android : exported =" true"
13
14
android : windowSoftInputMode =" adjustResize" >
14
15
<!-- Specifies an Android theme to apply to this Activity as soon as
15
16
the Android process has started. This theme is visible to the user
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.6.10 '
2
+ ext. kotlin_version = ' 1.9.21 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.1 .0'
9
+ classpath ' com.android.tools.build:gradle:8.2 .0'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
@@ -24,6 +24,6 @@ subprojects {
24
24
project. evaluationDependsOn(' :app' )
25
25
}
26
26
27
- task clean ( type : Delete ) {
27
+ tasks . register( " clean " , Delete ) {
28
28
delete rootProject. buildDir
29
29
}
Original file line number Diff line number Diff line change 1
- # Fri Jun 23 08:50:38 CEST 2017
1
+ # Mon Dec 04 20:44:16 CET 2023
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4
5
zipStoreBase =GRADLE_USER_HOME
5
6
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7-all.zip
You can’t perform that action at this time.
0 commit comments