Skip to content

Commit

Permalink
Merge pull request #16 from e-mission/pull_from_master
Browse files Browse the repository at this point in the history
Pull from master
  • Loading branch information
shankari authored May 5, 2022
2 parents 7958566 + 85e380e commit d7be63c
Show file tree
Hide file tree
Showing 7 changed files with 390 additions and 355 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="41" id="edu.berkeley.eecs.emission.devapp" ios-CFBundleVersion="41" version="2.9.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<widget android-versionCode="46" id="edu.berkeley.eecs.emission" ios-CFBundleVersion="44" version="3.2.3" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>em-devapp</name>
<description>
The emission Developer app is a clone of the PhoneGap Developer app with the emission plugins. It is a testing utility for web developers and designers using the emission platform. After installing this app on your device or simulator you will be able to use phonegap serve to autorefresh without re-deploying the app everytime.
Expand Down Expand Up @@ -83,7 +83,7 @@
</platform>
<platform name="android">
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="29" />
<preference name="android-targetSdkVersion" value="30" />
<preference name="AndroidXEnabled" value="true" />
<resource-file src="google-services.json" target="app/google-services.json" />
<!-- <hook src="hooks/before_build/android/android_set_provider.js" type="before_build" /> -->
Expand Down
Loading

0 comments on commit d7be63c

Please sign in to comment.