File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed
Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff 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
127127AGP 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
1311337.0.x | 3.0.0
1321344.2.x | 2.6.0
1331354.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.
Original file line number Diff line number Diff 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
120120AGP 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
1241267.0.x | 3.0.0
1251274.1.x | 2.5.4
1261284.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.
Original file line number Diff line number Diff line change 11object BuildConfig {
22
33 object Versions {
4- const val scratchPaperVersion = " 3.2.1 "
4+ const val scratchPaperVersion = " 3.3.0 "
55 }
66
77}
You can’t perform that action at this time.
0 commit comments