WIP launch animation progress

This commit is contained in:
Anuken
2021-07-27 17:43:12 -04:00
parent 00e3a59463
commit 737fa4fa69
7 changed files with 55 additions and 24 deletions
+1 -1
View File
@@ -7,6 +7,7 @@ buildscript{
}
dependencies{
//note that later versions, like alpha05, fail to work correctly
classpath 'com.android.tools.build:gradle:7.1.0-alpha02'
}
}
@@ -18,7 +19,6 @@ configurations{ natives }
repositories{
mavenCentral()
maven{ url "https://maven.google.com" }
jcenter() //remove later once google/JetBrains fixes the dependency
}
task deploy(type: Copy){