Showing
7 changed files
with
14 additions
and
6 deletions
| @@ -26,7 +26,7 @@ android { | @@ -26,7 +26,7 @@ android { | ||
| 26 | 26 | ||
| 27 | defaultConfig { | 27 | defaultConfig { |
| 28 | minSdkVersion 16 | 28 | minSdkVersion 16 |
| 29 | - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 29 | + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| 30 | } | 30 | } |
| 31 | lintOptions { | 31 | lintOptions { |
| 32 | disable 'InvalidPackage' | 32 | disable 'InvalidPackage' |
| @@ -38,7 +38,7 @@ android { | @@ -38,7 +38,7 @@ android { | ||
| 38 | targetSdkVersion 28 | 38 | targetSdkVersion 28 |
| 39 | versionCode flutterVersionCode.toInteger() | 39 | versionCode flutterVersionCode.toInteger() |
| 40 | versionName flutterVersionName | 40 | versionName flutterVersionName |
| 41 | - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 41 | + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | buildTypes { | 44 | buildTypes { |
| @@ -56,6 +56,6 @@ flutter { | @@ -56,6 +56,6 @@ flutter { | ||
| 56 | 56 | ||
| 57 | dependencies { | 57 | dependencies { |
| 58 | testImplementation 'junit:junit:4.12' | 58 | testImplementation 'junit:junit:4.12' |
| 59 | - androidTestImplementation 'com.android.support.test:runner:1.0.2' | ||
| 60 | - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' | 59 | + androidTestImplementation 'androidx.test:runner:1.1.0' |
| 60 | + androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' | ||
| 61 | } | 61 | } |
| 1 | name: wakelock | 1 | name: wakelock |
| 2 | description: This plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the device on or off. | 2 | description: This plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the device on or off. |
| 3 | -version: 0.1.2+8 | 3 | +version: 0.1.3 |
| 4 | author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> | 4 | author: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> |
| 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock | 5 | homepage: https://github.com/creativecreatorormaybenot/wakelock |
| 6 | 6 |
-
Please register or login to post a comment