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
24aee876
Commit
24aee876
authored
Nov 12, 2021
by
Maurits van Beusekom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gradle version
parent
71356fe9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
34 deletions
+21
-34
permission_handler/android/build.gradle
+10
-22
permission_handler/example/android/app/build.gradle
+5
-4
permission_handler/example/android/build.gradle
+3
-5
permission_handler/example/android/gradle.properties
+1
-1
permission_handler/example/android/gradle/wrapper/gradle-wrapper.properties
+2
-2
No files found.
permission_handler/android/build.gradle
View file @
24aee876
group
'com.baseflow.permissionhandler'
group
'com.baseflow.permissionhandler'
version
'1.0
-SNAPSHOT
'
version
'1.0'
def
args
=
[
"-Xlint:deprecation"
,
"-Xlint:unchecked"
,
"-Werror"
]
def
args
=
[
"-Xlint:deprecation"
,
"-Xlint:unchecked"
,
"-Werror"
]
buildscript
{
buildscript
{
repositories
{
repositories
{
google
()
google
()
jcenter
()
mavenCentral
()
maven
{
url
'https://maven.google.com'
}
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:4.
0.2
'
classpath
'com.android.tools.build:gradle:4.
1.0
'
}
}
}
}
rootProject
.
allprojects
{
rootProject
.
allprojects
{
repositories
{
repositories
{
google
()
google
()
jcenter
()
mavenCentral
()
}
}
}
}
...
@@ -30,24 +29,12 @@ apply plugin: 'com.android.library'
...
@@ -30,24 +29,12 @@ apply plugin: 'com.android.library'
android
{
android
{
compileSdkVersion
31
compileSdkVersion
31
defaultConfig
{
minSdkVersion
16
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
lintOptions
{
disable
'InvalidPackage'
}
compileOptions
{
compileOptions
{
sourceCompatibility
=
'1.8'
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
=
'1.8'
targetCompatibility
JavaVersion
.
VERSION_1_8
}
}
}
dependencies
{
defaultConfig
{
implementation
'androidx.annotation:annotation:1.2.0'
minSdkVersion
16
implementation
'androidx.core:core:1.6.0'
}
}
repositories
{
google
()
}
}
\ No newline at end of file
permission_handler/example/android/app/build.gradle
View file @
24aee876
...
@@ -27,11 +27,13 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
...
@@ -27,11 +27,13 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
android
{
compileSdkVersion
31
compileSdkVersion
31
lintOptions
{
compileOptions
{
disable
'InvalidPackage'
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
}
}
defaultConfig
{
defaultConfig
{
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId
"com.baseflow.permissionhandler.example"
applicationId
"com.baseflow.permissionhandler.example"
minSdkVersion
16
minSdkVersion
16
targetSdkVersion
31
targetSdkVersion
31
...
@@ -50,4 +52,4 @@ android {
...
@@ -50,4 +52,4 @@ android {
flutter
{
flutter
{
source
'../..'
source
'../..'
}
}
\ No newline at end of file
permission_handler/example/android/build.gradle
View file @
24aee876
buildscript
{
buildscript
{
repositories
{
repositories
{
google
()
google
()
jcenter
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:4.
0.2
'
classpath
'com.android.tools.build:gradle:4.
1.0
'
}
}
}
}
allprojects
{
allprojects
{
repositories
{
repositories
{
google
()
google
()
jcenter
()
mavenCentral
()
}
}
}
}
rootProject
.
buildDir
=
'../build'
rootProject
.
buildDir
=
'../build'
subprojects
{
subprojects
{
project
.
buildDir
=
"${rootProject.buildDir}/${project.name}"
project
.
buildDir
=
"${rootProject.buildDir}/${project.name}"
}
subprojects
{
project
.
evaluationDependsOn
(
':app'
)
project
.
evaluationDependsOn
(
':app'
)
}
}
...
...
permission_handler/example/android/gradle.properties
View file @
24aee876
org.gradle.jvmargs
=
-Xmx1536M
org.gradle.jvmargs
=
-Xmx1536M
android.enableJetifier
=
true
android.useAndroidX
=
true
android.useAndroidX
=
true
android.enableJetifier
=
true
permission_handler/example/android/gradle/wrapper/gradle-wrapper.properties
View file @
24aee876
#
Thu May 16 14:57:52 BST 2019
#
Fri Jun 23 08:50:38 CEST 2017
distributionBase
=
GRADLE_USER_HOME
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-6.
1.1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.
7
-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