| | |
| | | } |
| | | |
| | | android { |
| | | compileSdkVersion 29 |
| | | compileSdkVersion 30 |
| | | buildToolsVersion "30.0.2" |
| | | |
| | | defaultConfig { |
| | | applicationId "com.secondworld.demo" |
| | | applicationId "com.shg.sg349" |
| | | minSdkVersion 21 |
| | | targetSdkVersion 29 |
| | | targetSdkVersion 30 |
| | | versionCode 1 |
| | | versionName "1.0" |
| | | |
| | | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | // testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" |
| | | } |
| | | |
| | | buildTypes { |
| | |
| | | } |
| | | |
| | | dependencies { |
| | | |
| | | implementation 'androidx.appcompat:appcompat:1.2.0' |
| | | implementation 'com.google.android.material:material:1.2.1' |
| | | implementation 'androidx.constraintlayout:constraintlayout:2.0.4' |
| | | implementation project(path: ':library') |
| | | testImplementation 'junit:junit:4.+' |
| | | androidTestImplementation 'androidx.test.ext:junit:1.1.2' |
| | | androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' |
| | | } |
| | | implementation 'androidx.annotation:annotation:1.0.0' |
| | | androidTestImplementation 'junit:junit:4.13.1' |
| | | implementation('androidx.appcompat:appcompat:1.0.0') { |
| | | force = true |
| | | } |
| | | } |