File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
adventure-editor/src/main/resources Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 3.2.2]
6
+ - Inventory button style now in the InventoryUI style. This allows to customize the inventory button by player.
7
+ - Update Blade Ink to v0.7.3 which fixes an important bug.
8
+ - A lot of bugs fixed (see git log).
9
+
5
10
## [ 3.2.1]
6
11
7
12
- Added bubble positioning parameters on ui.json.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android {
5
5
6
6
defaultConfig {
7
7
applicationId " %PACKAGE%"
8
- minSdkVersion 15
8
+ minSdkVersion 16
9
9
targetSdkVersion ' %API_LEVEL%'
10
10
versionName version
11
11
@@ -130,6 +130,12 @@ task copyAndroidNatives() {
130
130
}
131
131
}
132
132
133
+ tasks. whenTaskAdded { packageTask ->
134
+ if (packageTask. name. contains(" package" )) {
135
+ packageTask. dependsOn ' copyAndroidNatives'
136
+ }
137
+ }
138
+
133
139
task run (type : Exec ) {
134
140
def path
135
141
def localProperties = project. file(" ../local.properties" )
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ buildToolsVersion=28.0.3
5
5
libgdxVersion =1.9.10
6
6
roboVMGradlePluginVersion =2.3.7
7
7
roboVMVersion =2.3.7
8
- version =3.2.2-SNAPSHOT
8
+ version =3.2.2
Original file line number Diff line number Diff line change 1
- version =3.2.2-SNAPSHOT
1
+ version =3.2.2
2
2
libgdxVersion =1.9.10
3
3
roboVMVersion =2.3.7
4
4
roboVMGradlePluginVersion =2.3.7
You can’t perform that action at this time.
0 commit comments