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
d4c903f2
Commit
d4c903f2
authored
Oct 10, 2018
by
Maurits van Beusekom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Kotlin and Gradle
parent
ebc3dc3e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
android/build.gradle
+3
-3
example/android/app/build.gradle
+3
-3
example/android/build.gradle
+2
-2
example/android/gradle/wrapper/gradle-wrapper.properties
+2
-2
No files found.
android/build.gradle
View file @
d4c903f2
...
...
@@ -2,14 +2,14 @@ group 'com.baseflow.permissionhandler'
version
'1.0-SNAPSHOT'
buildscript
{
ext
.
kotlin_version
=
'1.2.
5
1'
ext
.
kotlin_version
=
'1.2.
7
1'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
2.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
@@ -40,7 +40,7 @@ android {
}
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-j
re
7:$kotlin_version"
implementation
"org.jetbrains.kotlin:kotlin-stdlib-j
dk
7:$kotlin_version"
implementation
"com.google.code.gson:gson:2.8.5"
implementation
"com.android.support:support-compat:27.1.1"
}
example/android/app/build.gradle
View file @
d4c903f2
...
...
@@ -50,8 +50,8 @@ flutter {
}
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-j
re
7:$kotlin_version"
implementation
"org.jetbrains.kotlin:kotlin-stdlib-j
dk
7:$kotlin_version"
testImplementation
'junit:junit:4.12'
androidTestImplementation
'com.android.support.test:runner:1.0.
1
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
1
'
androidTestImplementation
'com.android.support.test:runner:1.0.
2
'
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.
2
'
}
example/android/build.gradle
View file @
d4c903f2
buildscript
{
ext
.
kotlin_version
=
'1.
1.5
1'
ext
.
kotlin_version
=
'1.
2.7
1'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
1.4
'
classpath
'com.android.tools.build:gradle:3.
2.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
...
...
example/android/gradle/wrapper/gradle-wrapper.properties
View file @
d4c903f2
#
Fri Jul 20 12:10:00
CEST 2018
#
Wed Oct 10 08:31:26
CEST 2018
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
10.2
-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