Skip to content

Commit

Permalink
update sample app gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAsadi committed Jan 21, 2022
1 parent 9ee6925 commit 9eb5964
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 51 deletions.
14 changes: 2 additions & 12 deletions sample-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
compileSdkVersion 30
defaultConfig {
applicationId 'com.aliassadi.preference'
minSdkVersion 20
targetSdkVersion 28
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand All @@ -20,16 +20,6 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'

implementation project(':power-preference')

androidTestImplementation 'org.mockito:mockito-android:2.7.22'
testImplementation 'org.mockito:mockito-core:2.23.0'

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'
}

This file was deleted.

17 changes: 0 additions & 17 deletions sample-app/src/test/java/com/sample/main/ExampleUnitTest.java

This file was deleted.

0 comments on commit 9eb5964

Please sign in to comment.