Skip to content

Commit

Permalink
remove appcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Aug 21, 2018
1 parent 0965904 commit 8bb76cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
3 changes: 1 addition & 2 deletions flexing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 27
versionCode 1
versionCode 3
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -27,7 +27,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:27.1.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down

0 comments on commit 8bb76cc

Please sign in to comment.