File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ android {
108108 abiFilters " armeabi-v7a" , " x86"
109109 }
110110 manifestPlaceholders = [
111- manifestApplicationId : " ${ applicationId} " ,
111+ manifestApplicationId : applicationId,
112112 onesignal_app_id : " aa46a500-ab1c-4127-b9ff-e7373da3ce35" ,
113113 onesignal_google_project_number : " 185558680648" ,
114114 gmaps_key : System . getenv(" GMAPS_KEY" ) ?: " " ,
@@ -157,7 +157,7 @@ android {
157157// borrowed from https://gist.github.com/gabrielemariotti/6856974
158158def propFile = new File (' android/app//signing.properties' )
159159if (propFile. canRead()) {
160- def Properties props = new Properties ()
160+ Properties props = new Properties ()
161161 props. load(new FileInputStream (propFile))
162162 if (props != null
163163 && props. containsKey(' STORE_FILE' )
You can’t perform that action at this time.
0 commit comments