diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 7fee043e..10a4235d 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -47,7 +47,7 @@ android { release { isDebuggable = false isMinifyEnabled = true - isShrinkResources = true + isShrinkResources = false proguardFiles( getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro" ) diff --git a/android/app/src/main/res/drawable/test_image.png b/android/app/src/main/res/drawable/test_image.png new file mode 100644 index 00000000..0894629d Binary files /dev/null and b/android/app/src/main/res/drawable/test_image.png differ diff --git a/ios/HackerNews/Assets.xcassets/TestImage.imageset/Contents.json b/ios/HackerNews/Assets.xcassets/TestImage.imageset/Contents.json new file mode 100644 index 00000000..635caf6e --- /dev/null +++ b/ios/HackerNews/Assets.xcassets/TestImage.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "test_image.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ios/HackerNews/Assets.xcassets/TestImage.imageset/test_image.png b/ios/HackerNews/Assets.xcassets/TestImage.imageset/test_image.png new file mode 100644 index 00000000..0894629d Binary files /dev/null and b/ios/HackerNews/Assets.xcassets/TestImage.imageset/test_image.png differ