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
2022-02-09 22:28:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d126a15ee32b2b095a1c934c5127b1535ea2f7aa
d126a15e
1 parent
a3f6bdbc
fixed version no
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
android/app/build.gradle
android/build.gradle
pubspec.lock
android/app/build.gradle
View file @
d126a15
...
...
@@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}
android
{
compileSdkVersion
3
0
compileSdkVersion
3
1
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
...
android/build.gradle
View file @
d126a15
...
...
@@ -8,6 +8,7 @@ buildscript {
dependencies
{
classpath
'com.android.tools.build:gradle:7.0.2'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}
}
...
...
pubspec.lock
View file @
d126a15
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment