Skip to content

Commit 217f774

Browse files
committed
Update DawnSquad all over.
It behaves mostly the same!
1 parent 6b4e9ea commit 217f774

File tree

4 files changed

+24
-23
lines changed

4 files changed

+24
-23
lines changed

SquidSquad/DawnSquad/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath "com.android.tools.build:gradle:8.1.4"
1010
classpath "org.docstr:gwt-gradle-plugin:$gwtPluginVersion"
11-
classpath 'com.guardsquare:proguard-gradle:7.4.2'
11+
classpath 'com.guardsquare:proguard-gradle:7.5.0'
1212
}
1313
}
1414

SquidSquad/DawnSquad/core/build.gradle

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ compileJava {
44
}
55
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
66
eclipse.project.name = appName + '-core'
7-
java.sourceCompatibility = JavaVersion.VERSION_11
8-
java.targetCompatibility = JavaVersion.VERSION_11
7+
java.sourceCompatibility = JavaVersion.VERSION_1_8
8+
java.targetCompatibility = JavaVersion.VERSION_1_8
99
dependencies {
1010
api "com.badlogicgames.gdx:gdx:$gdxVersion"
11-
api "com.squidpony:squidcore:$squidSquadVersion"
12-
api "com.squidpony:squidgrid:$squidSquadVersion"
13-
api "com.squidpony:squidplace:$squidSquadVersion"
14-
api "com.squidpony:squidpath:$squidSquadVersion"
15-
api "com.squidpony:squidtext:$squidSquadVersion"
16-
api "com.squidpony:squidsmooth:$squidSquadVersion"
17-
// api "com.github.yellowstonegames.squidsquad:SquidCore:$squidSquadVersion"
18-
// api "com.github.yellowstonegames.squidsquad:SquidGrid:$squidSquadVersion"
19-
// api "com.github.yellowstonegames.squidsquad:SquidPlace:$squidSquadVersion"
20-
// api "com.github.yellowstonegames.squidsquad:SquidPath:$squidSquadVersion"
21-
// api "com.github.yellowstonegames.squidsquad:SquidText:$squidSquadVersion"
22-
// api "com.github.yellowstonegames.squidsquad:SquidSmooth:$squidSquadVersion"
11+
// api "com.squidpony:squidcore:$squidSquadVersion"
12+
// api "com.squidpony:squidgrid:$squidSquadVersion"
13+
// api "com.squidpony:squidplace:$squidSquadVersion"
14+
// api "com.squidpony:squidpath:$squidSquadVersion"
15+
// api "com.squidpony:squidtext:$squidSquadVersion"
16+
// api "com.squidpony:squidsmooth:$squidSquadVersion"
17+
api "com.github.yellowstonegames.squidsquad:squidcore:$squidSquadVersion"
18+
api "com.github.yellowstonegames.squidsquad:squidgrid:$squidSquadVersion"
19+
api "com.github.yellowstonegames.squidsquad:squidplace:$squidSquadVersion"
20+
api "com.github.yellowstonegames.squidsquad:squidpath:$squidSquadVersion"
21+
api "com.github.yellowstonegames.squidsquad:squidtext:$squidSquadVersion"
22+
api "com.github.yellowstonegames.squidsquad:squidsmooth:$squidSquadVersion"
2323

2424
// api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
2525
}

SquidSquad/DawnSquad/gradle.properties

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@ org.gradle.configureondemand=false
22
org.gradle.daemon=true
33
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8
44
android.enableR8.fullMode=false
5-
enableGraalNative=true
5+
enableGraalNative=false
66
graalHelperVersion=2.0.1
77
graalvmVersion=22.3.1
88
gdxVersion=1.12.1
99
#gdxBackendsVersion=ac8f9703ad
1010
gdxBackendsVersion=1.1210.1
1111
gwtFrameworkVersion=2.11.0
1212
gwtPluginVersion=1.1.29
13-
digitalVersion=0.4.7
14-
juniperVersion=0.5.0
15-
jdkgdxdsVersion=1.4.8
13+
digitalVersion=0.5.3
14+
juniperVersion=0.6.2
15+
jdkgdxdsVersion=1.6.5
1616
#freetypeGwtVersion=1.9.10.1
17-
regexodusVersion=0.1.15
18-
squidSquadVersion=4.0.0-beta1
17+
regexodusVersion=0.1.16
18+
squidSquadVersion=d3224c1abe
19+
#squidSquadVersion=4.0.0-beta1
1920
#squidSquadVersion=f09b288412
2021
#squidSquadVersion=7b7b0ab782
2122
#squidSquadVersion=2c5b313943

SquidSquad/DawnSquad/html/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ tasks.draftCompileGwt.dependsOn(addSource)
183183
tasks.checkGwt.dependsOn(addSource)
184184

185185
// You can change the version below to JavaVersion.VERSION_11 if you use the 2.9.0 backend.
186-
java.sourceCompatibility = JavaVersion.VERSION_11
187-
java.targetCompatibility = JavaVersion.VERSION_11
186+
java.sourceCompatibility = JavaVersion.VERSION_1_8
187+
java.targetCompatibility = JavaVersion.VERSION_1_8
188188
sourceSets.main.java.srcDirs = [ "src/main/java/" ]
189189

190190
eclipse.project.name = appName + "-html"

0 commit comments

Comments
 (0)