Skip to content

Commit

Permalink
Merge pull request #14 from Irineu333/release/v1.0.3
Browse files Browse the repository at this point in the history
Release/v1.0.3

feat : add scheme scope

Each scheme has a scope, which is the region it highlights, and other schemes can be added to its scope and only process within that scope.
  • Loading branch information
Irineu333 authored Dec 3, 2021
2 parents 933c5ba + 7f959c5 commit d4db1c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .idea/vcs.xml

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

4 changes: 2 additions & 2 deletions highlight/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdk 21
targetSdk 31
versionCode 3
versionName "1.0.2"
versionName "1.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -48,7 +48,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.github.Irineu333'
artifactId = 'highlight'
version = '1.0.2'
version = '1.0.3'
}
}
}
Expand Down

0 comments on commit d4db1c5

Please sign in to comment.