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 {
99 defaultConfig {
1010 applicationId " com.simplemobiletools.flashlight"
1111 minSdkVersion 16
12- targetSdkVersion 27
12+ targetSdkVersion 28
1313 versionCode 30
1414 versionName " 4.1.0"
1515 setProperty(" archivesBaseName" , " flashlight" )
@@ -41,9 +41,9 @@ android {
4141}
4242
4343dependencies {
44- implementation ' com.simplemobiletools:commons:4.6.5 '
44+ implementation ' com.simplemobiletools:commons:4.9.1 '
4545 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 '
4747}
4848
4949Properties props = new Properties ()
Original file line number Diff line number Diff line change 77 android : layout_height =" match_parent"
88 android : fillViewport =" true" >
99
10- <android .support.constraint .ConstraintLayout
10+ <androidx .constraintlayout.widget .ConstraintLayout
1111 android : id =" @+id/main_holder"
1212 android : layout_width =" match_parent"
1313 android : layout_height =" wrap_content" >
6666 app : layout_constraintStart_toStartOf =" parent"
6767 app : layout_constraintTop_toBottomOf =" @+id/stroboscope_btn" />
6868
69- </android .support.constraint .ConstraintLayout>
69+ </androidx .constraintlayout.widget .ConstraintLayout>
7070</ScrollView >
Original file line number Diff line number Diff line change 1515# When configured, Gradle will run in incubating parallel mode.
1616# This option should only be used with decoupled projects. More details, visit
1717# 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