Skip to content

Commit 92f65f3

Browse files
committed
mix: bump the version to 3.3.0
1 parent 487f638 commit 92f65f3

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pluginManagement {
4747
}
4848
plugins {
4949
...
50-
id("me.2bab.scratchpaper") version "3.2.1" apply false
50+
id("me.2bab.scratchpaper") version "3.3.0" apply false
5151
}
5252
}
5353
@@ -61,7 +61,7 @@ buildscript {
6161
}
6262
dependencies {
6363
...
64-
classpath("me.2bab:scratchpaper:3.2.1")
64+
classpath("me.2bab:scratchpaper:3.3.0")
6565
}
6666
}
6767
```
@@ -126,8 +126,10 @@ ScratchPaper is only supported & tested on LATEST ONE Minor versions of Android
126126

127127
AGP Version|Latest Support Version
128128
-----------|-----------------
129-
7.2.x | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.2bab/scratchpaper/badge.svg)](https://search.maven.org/artifact/me.2bab/scratchpaper)
130-
7.1.x | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.2bab/scratchpaper/badge.svg)](https://search.maven.org/artifact/me.2bab/scratchpaper)
129+
8.1.x | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.2bab/scratchpaper/badge.svg)](https://search.maven.org/artifact/me.2bab/scratchpaper)
130+
8.0.x | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.2bab/scratchpaper/badge.svg)](https://search.maven.org/artifact/me.2bab/scratchpaper)
131+
7.2.x | 3.2.1
132+
7.1.x | 3.2.1
131133
7.0.x | 3.0.0
132134
4.2.x | 2.6.0
133135
4.1.x | 2.5.4
@@ -162,7 +164,7 @@ The v1.x `IconCover` forked from [icon-version@akonior](https://github.com/akoni
162164
## License
163165

164166
>
165-
> Copyright 2016-2022 2BAB
167+
> Copyright Since 2016 2BAB
166168
>
167169
>Licensed under the Apache License, Version 2.0 (the "License");
168170
you may not use this file except in compliance with the License.

README_zh.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pluginManagement {
4242
}
4343
plugins {
4444
...
45-
id("me.2bab.scratchpaper") version "3.2.1" apply false
45+
id("me.2bab.scratchpaper") version "3.3.0" apply false
4646
}
4747
}
4848

@@ -56,7 +56,7 @@ buildscript {
5656
}
5757
dependencies {
5858
...
59-
classpath("me.2bab:scratchpaper:3.2.1")
59+
classpath("me.2bab:scratchpaper:3.3.0")
6060
}
6161
}
6262
```
@@ -119,8 +119,10 @@ scratchPaper {
119119

120120
AGP Version|Latest Support Version
121121
-----------|-----------------
122-
7.2.x | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.2bab/scratchpaper/badge.svg)](https://search.maven.org/artifact/me.2bab/scratchpaper)
123-
7.1.x | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.2bab/scratchpaper/badge.svg)](https://search.maven.org/artifact/me.2bab/scratchpaper)
122+
8.1.x | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.2bab/scratchpaper/badge.svg)](https://search.maven.org/artifact/me.2bab/scratchpaper)
123+
8.0.x | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/me.2bab/scratchpaper/badge.svg)](https://search.maven.org/artifact/me.2bab/scratchpaper)
124+
7.2.x | 3.2.1
125+
7.1.x | 3.2.1
124126
7.0.x | 3.0.0
125127
4.1.x | 2.5.4
126128
4.0.x | 2.5.3
@@ -152,7 +154,7 @@ The v1.x `IconCover` forked from [icon-version@akonior](https://github.com/akoni
152154
## License
153155

154156
>
155-
> Copyright 2016-2022 2BAB
157+
> Copyright Since 2016 2BAB
156158
>
157159
>Licensed under the Apache License, Version 2.0 (the "License");
158160
you may not use this file except in compliance with the License.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object BuildConfig {
22

33
object Versions {
4-
const val scratchPaperVersion = "3.2.1"
4+
const val scratchPaperVersion = "3.3.0"
55
}
66

77
}

0 commit comments

Comments
 (0)