Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
permission_handler
Commits
36ba8ee4
Commit
36ba8ee4
authored
Oct 10, 2019
by
Sebastian Roth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump AGP & Android SDK version - begin support for Android Q
parent
24a0e5bb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
android/build.gradle
+4
-4
example/android/app/build.gradle
+2
-2
example/android/build.gradle
+1
-1
example/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
No files found.
android/build.gradle
View file @
36ba8ee4
...
@@ -9,7 +9,7 @@ buildscript {
...
@@ -9,7 +9,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:3.
4
.1'
classpath
'com.android.tools.build:gradle:3.
5
.1'
}
}
}
}
...
@@ -23,7 +23,7 @@ rootProject.allprojects {
...
@@ -23,7 +23,7 @@ rootProject.allprojects {
apply
plugin:
'com.android.library'
apply
plugin:
'com.android.library'
android
{
android
{
compileSdkVersion
2
8
compileSdkVersion
2
9
defaultConfig
{
defaultConfig
{
minSdkVersion
16
minSdkVersion
16
...
@@ -35,8 +35,8 @@ android {
...
@@ -35,8 +35,8 @@ android {
}
}
dependencies
{
dependencies
{
implementation
'androidx.annotation:annotation:1.
0.2
'
implementation
'androidx.annotation:annotation:1.
1.0
'
implementation
'androidx.core:core:1.
0.2
'
implementation
'androidx.core:core:1.
1.0
'
}
}
repositories
{
repositories
{
...
...
example/android/app/build.gradle
View file @
36ba8ee4
...
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
...
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
android
{
compileSdkVersion
2
8
compileSdkVersion
2
9
lintOptions
{
lintOptions
{
disable
'InvalidPackage'
disable
'InvalidPackage'
...
@@ -35,7 +35,7 @@ android {
...
@@ -35,7 +35,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId
"com.example.permissionhandlerexample"
applicationId
"com.example.permissionhandlerexample"
minSdkVersion
16
minSdkVersion
16
targetSdkVersion
2
8
targetSdkVersion
2
9
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
}
}
...
...
example/android/build.gradle
View file @
36ba8ee4
...
@@ -5,7 +5,7 @@ buildscript {
...
@@ -5,7 +5,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:3.
4
.1'
classpath
'com.android.tools.build:gradle:3.
5
.1'
}
}
}
}
...
...
example/android/gradle/wrapper/gradle-wrapper.properties
View file @
36ba8ee4
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.
4
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.
6
.1-all.zip
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment