Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amokfa committed Jul 6, 2022
1 parent f82228a commit 89f12ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configurator/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/build
/release/*
2 changes: 2 additions & 0 deletions configurator/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.bytebeam.uplink.configurator">

<uses-permission android:name="android.permission.INTERNET" />

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {

defaultConfig {
minSdk 21
targetSdk 31
targetSdk 32
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 89f12ba

Please sign in to comment.