File tree Expand file tree Collapse file tree 6 files changed +14
-7
lines changed Expand file tree Collapse file tree 6 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -271,3 +271,4 @@ captures/
271
271
* .DS_Store
272
272
273
273
.MWebMetaData /
274
+ .sync /
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ android {
21
21
}
22
22
}
23
23
compileOptions {
24
- sourceCompatibility JavaVersion . VERSION_11
25
- targetCompatibility JavaVersion . VERSION_11
24
+ sourceCompatibility JavaVersion . VERSION_1_8
25
+ targetCompatibility JavaVersion . VERSION_1_8
26
26
}
27
27
kotlinOptions {
28
- jvmTarget = JavaVersion . VERSION_11
28
+ jvmTarget = JavaVersion . VERSION_1_8
29
29
suppressWarnings = true
30
30
}
31
31
buildFeatures {
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ buildscript {
6
6
7
7
repositories {
8
8
gradlePluginPortal()
9
+ // mavenLocal()
10
+ // maven { setUrl("https://oss.sonatype.org/content/repositories/snapshots") }
11
+ // maven { setUrl("https://maven.aliyun.com/repository/public") }
12
+ // maven { setUrl("https://maven.aliyun.com/repository/google") }
13
+ // google()
14
+ // mavenCentral()
9
15
}
10
16
dependencies {
11
17
classpath(kotlin(" gradle-plugin" , " 1.6.10" ))
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object Versions {
16
16
val appcompat = " 1.2.0"
17
17
val coreKtx = " 1.3.2"
18
18
val coil = " 1.1.0"
19
- val binding = " 1.1.7 "
19
+ val binding = " 1.1.9-SNAPSHOT "
20
20
val baseRecyclerViewAdapterHelper = " 3.0.4"
21
21
val espressoCore = " 3.3.0"
22
22
val junitExt = " 1.1.2"
@@ -51,7 +51,7 @@ object Deps {
51
51
val navigationUiKtx = " androidx.navigation:navigation-ui-ktx:${Versions .navigation} "
52
52
val viewpager2 = " androidx.viewpager2:viewpager2:${Versions .viewpager2} "
53
53
val junitExt = " androidx.test.ext:junit:${Versions .junitExt} "
54
- val espressoCore = " androidx.test.espresso:espresso-core${Versions .espressoCore} "
54
+ val espressoCore = " androidx.test.espresso:espresso-core: ${Versions .espressoCore} "
55
55
val recyclerview = " androidx.recyclerview:recyclerview:${Versions .recyclerview} "
56
56
}
57
57
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ android.enableJetifier=true
20
20
# Kotlin code style for this project: "official" or "obsolete":
21
21
kotlin.code.style =official
22
22
23
- # VERSION_NAME=1.1.3 -SNAPSHOT
24
- VERSION_NAME =1.1.7
23
+ VERSION_NAME =1.1.9 -SNAPSHOT
24
+ # VERSION_NAME=1.1.9
25
25
POM_DESCRIPTION =Simple API implement DataBinding and ViewBinding
26
26
POM_NAME =binding
27
27
POM_ARTIFACT_ID =binding
You can’t perform that action at this time.
0 commit comments