v0.9.0: corrected capitalization on 'libGDX'
This commit is contained in:
2
android/.gitignore
vendored
2
android/.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
#LibGDX native dependancies
|
||||
#libGDX native dependancies
|
||||
libgdx.so
|
||||
libgdx-freetype.so
|
||||
2
android/proguard-rules.pro
vendored
2
android/proguard-rules.pro
vendored
@@ -7,7 +7,7 @@
|
||||
# mapping file can be found in core/build/outputs/mapping after running a release build
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# LibGDX stuff
|
||||
# libGDX stuff
|
||||
-dontwarn android.support.**
|
||||
-dontwarn com.badlogic.gdx.backends.android.AndroidFragmentApplication
|
||||
-dontwarn com.badlogic.gdx.utils.GdxBuild
|
||||
|
||||
Reference in New Issue
Block a user