Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Reason Pun
2023-02-20 20:05:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
be8e8c3cb4537ec8b39ca72a601b3603494a971a
be8e8c3c
1 parent
6a91e74d
update
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
android/app/build.gradle
android/build.gradle
pubspec.lock
android/app/build.gradle
View file @
be8e8c3
...
...
@@ -32,8 +32,8 @@ if (keystorePropertiesFile.exists()) {
}
android
{
compileSdkVersion
3
2
buildToolsVersion
"3
2
"
compileSdkVersion
3
3
buildToolsVersion
"3
3
"
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
...
android/build.gradle
View file @
be8e8c3
buildscript
{
ext
.
kotlin_version
=
'1.
7.1
0'
ext
.
kotlin_version
=
'1.
8.
0'
repositories
{
google
()
mavenCentral
()
maven
{
url
'https://maven.aliyun.com/repository/google'
}
maven
{
url
'https://maven.aliyun.com/repository/public'
}
maven
{
url
'https://maven.aliyun.com/repository/central'
}
}
dependencies
{
...
...
@@ -14,8 +15,9 @@ buildscript {
allprojects
{
repositories
{
google
()
mavenCentral
()
maven
{
url
'https://maven.aliyun.com/repository/google'
}
maven
{
url
'https://maven.aliyun.com/repository/public'
}
maven
{
url
'https://maven.aliyun.com/repository/central'
}
}
}
...
...
pubspec.lock
View file @
be8e8c3
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment