File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
21
21
}
22
22
23
23
dependencies {
24
- classpath ' com.android.tools.build:gradle:3.5.0 '
24
+ classpath ' com.android.tools.build:gradle:3.5.1 '
25
25
classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.10'
26
26
}
27
27
}
@@ -37,10 +37,11 @@ apply plugin: 'com.android.library'
37
37
apply plugin : ' com.google.protobuf'
38
38
39
39
android {
40
- compileSdkVersion 28
40
+ compileSdkVersion 29
41
41
42
42
defaultConfig {
43
43
minSdkVersion 19
44
+ targetSdkVersion 29
44
45
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
45
46
}
46
47
lintOptions {
@@ -77,5 +78,7 @@ protobuf {
77
78
}
78
79
79
80
dependencies {
81
+ def core_version = " 1.1.0"
82
+ implementation " androidx.core:core:$core_version "
80
83
implementation ' com.google.protobuf:protobuf-lite:3.0.1'
81
84
}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10 .2-all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 .2-all.zip
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" com.pauldemarco.flutter_blue" >
3
- <uses-sdk android : minSdkVersion =" 18 " />
3
+ <uses-sdk android : minSdkVersion =" 19 " />
4
4
<uses-permission android : name =" android.permission.BLUETOOTH" />
5
5
<uses-permission android : name =" android.permission.BLUETOOTH_ADMIN" />
6
6
<uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
You can’t perform that action at this time.
0 commit comments