File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
src/main/kotlin/com/simplemobiletools/flashlight/helpers Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88
99 defaultConfig {
1010 applicationId " com.simplemobiletools.flashlight"
11- minSdkVersion 16
11+ minSdkVersion 21
1212 targetSdkVersion 28
1313 versionCode 31
1414 versionName " 4.2.0"
@@ -41,7 +41,7 @@ android {
4141}
4242
4343dependencies {
44- implementation ' com.simplemobiletools:commons:4.9.1 '
44+ implementation ' com.simplemobiletools:commons:5.0.14 '
4545 implementation ' com.squareup:otto:1.3.8'
4646 implementation ' androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
4747}
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import android.os.Handler
88import com.simplemobiletools.flashlight.models.Events
99import com.squareup.otto.Bus
1010
11- @TargetApi(Build .VERSION_CODES .LOLLIPOP )
1211internal class MarshmallowCamera constructor(val context : Context ) {
1312
1413 private val manager = context.getSystemService(Context .CAMERA_SERVICE ) as CameraManager
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ buildscript {
44 ext. kotlin_version = ' 1.2.71'
55
66 repositories {
7- jcenter()
87 google()
8+ jcenter()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.2.0 '
12+ classpath ' com.android.tools.build:gradle:3.2.1 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414
1515 // NOTE: Do not place your application dependencies here; they belong
@@ -19,8 +19,8 @@ buildscript {
1919
2020allprojects {
2121 repositories {
22- jcenter()
2322 google()
23+ jcenter()
2424 maven { url " https://jitpack.io" }
2525 }
2626}
You can’t perform that action at this time.
0 commit comments