Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sridatta Gorugantula
Stickers
Commits
da95dfb1
Commit
da95dfb1
authored
Sep 09, 2019
by
Simon Xu
Browse files
[Android] update SDK version, and appcompat version
parent
d0a40318
Changes
1
Hide whitespace changes
Inline
Side-by-side
Android/app/build.gradle
View file @
da95dfb1
...
...
@@ -5,11 +5,11 @@ android {
aaptOptions
{
noCompress
"webp"
}
compileSdkVersion
2
8
compileSdkVersion
2
9
defaultConfig
{
applicationId
"com.example.samplestickerapp"
minSdkVersion
15
targetSdkVersion
2
8
targetSdkVersion
2
9
versionCode
1
versionName
"1.0"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
...
...
@@ -98,7 +98,7 @@ tasks.whenTaskAdded { task ->
dependencies
{
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
implementation
'androidx.appcompat:appcompat:1.
0.2
'
implementation
'androidx.appcompat:appcompat:1.
1.0
'
implementation
'com.google.android.material:material:1.0.0'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.2.0'
...
...
Write
Preview
Supports
Markdown
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