We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8170dbe commit a1facabCopy full SHA for a1facab
app/build.gradle
@@ -6,11 +6,7 @@ android {
6
applicationId "com.csl.cs108ademoapp"
7
minSdkVersion 19
8
targetSdkVersion 30
9
-<<<<<<< HEAD
10
versionCode 32
11
-=======
12
- versionCode 31
13
->>>>>>> cef18819032d4ed422d5ace1b1c2071a33aedab8
14
versionName "2.2.0"
15
}
16
cs108library4a/build.gradle
@@ -23,6 +23,7 @@ android {
23
24
25
26
+
27
dependencies {
28
implementation fileTree(include: ['*.jar'], dir: 'libs')
29
androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0', {
0 commit comments