Skip to content

Commit

Permalink
更换图标,版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
dream2333 committed Mar 3, 2022
1 parent 83d3442 commit d0a37f6
Show file tree
Hide file tree
Showing 7 changed files with 454 additions and 93 deletions.
17 changes: 17 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 26
targetSdkVersion 29
versionCode 5
versionName "0.2.5"
versionName "0.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
9 changes: 5 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:icon="@drawable/ic_appicon_book"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@drawable/ic_icon"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
android:allowBackup="false">
<activity android:name="com.dream.nwuplems.MainActivity">
<activity android:name="com.dream.nwuplems.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand All @@ -22,7 +22,8 @@
<meta-data
android:name="preloaded_fonts"
android:resource="@array/preloaded_fonts" />
<receiver android:name="com.dream.nwuplems.widgets.CourseWidgetProvider">
<receiver android:name="com.dream.nwuplems.widgets.CourseWidgetProvider"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
Expand Down
Loading

0 comments on commit d0a37f6

Please sign in to comment.