File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
defaultConfig {
10
10
applicationId " com.simplemobiletools.flashlight"
11
11
minSdkVersion 16
12
- targetSdkVersion 27
12
+ targetSdkVersion 28
13
13
versionCode 30
14
14
versionName " 4.1.0"
15
15
setProperty(" archivesBaseName" , " flashlight" )
@@ -41,9 +41,9 @@ android {
41
41
}
42
42
43
43
dependencies {
44
- implementation ' com.simplemobiletools:commons:4.6.5 '
44
+ implementation ' com.simplemobiletools:commons:4.9.1 '
45
45
implementation ' com.squareup:otto:1.3.8'
46
- implementation ' com.android.support.constraint:constraint-layout:1.1.2 '
46
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.0-alpha2 '
47
47
}
48
48
49
49
Properties props = new Properties ()
Original file line number Diff line number Diff line change 7
7
android : layout_height =" match_parent"
8
8
android : fillViewport =" true" >
9
9
10
- <android .support.constraint .ConstraintLayout
10
+ <androidx .constraintlayout.widget .ConstraintLayout
11
11
android : id =" @+id/main_holder"
12
12
android : layout_width =" match_parent"
13
13
android : layout_height =" wrap_content" >
66
66
app : layout_constraintStart_toStartOf =" parent"
67
67
app : layout_constraintTop_toBottomOf =" @+id/stroboscope_btn" />
68
68
69
- </android .support.constraint .ConstraintLayout>
69
+ </androidx .constraintlayout.widget .ConstraintLayout>
70
70
</ScrollView >
Original file line number Diff line number Diff line change 15
15
# When configured, Gradle will run in incubating parallel mode.
16
16
# This option should only be used with decoupled projects. More details, visit
17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
- # org.gradle.parallel=true
18
+ # org.gradle.parallel=true
19
+ android.enableJetifier =true
20
+ android.useAndroidX =true
You can’t perform that action at this time.
0 commit comments