Skip to content

Commit

Permalink
update appcompat-v7 to 27.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerInk committed Nov 19, 2017
1 parent 3f3dbdd commit faec19f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
storePassword 'freedcam'
}
}
compileSdkVersion 25
compileSdkVersion 26
buildToolsVersion '26.0.2'
defaultConfig {
minSdkVersion 14
Expand Down Expand Up @@ -48,10 +48,8 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
provided files('libs/com.lge.frameworks.jar')
provided files('libs/libTypeReference.jar')
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
implementation 'com.android.support:appcompat-v7:27.0.1'
compileOnly files('libs/com.lge.frameworks.jar')
compileOnly files('libs/libTypeReference.jar')
}

2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
Expand All @@ -15,6 +16,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
}
}

Expand Down

0 comments on commit faec19f

Please sign in to comment.