• R/O
  • HTTP
  • SSH
  • HTTPS

A01f: Commit

Andoroid用オブジェクト検出アプリ


Commit MetaInfo

Revision5381d995c5a79b2269e3e8b1adb58a5b84a8b36c (tree)
Zeit2022-09-17 00:18:38
AutorMRSa <mrsa@myad...>
CommiterMRSa

Log Message

ライブラリを更新。

Ändern Zusammenfassung

Diff

--- a/app/build.gradle
+++ b/app/build.gradle
@@ -49,13 +49,14 @@ android {
4949 androidResources {
5050 noCompress 'tflite'
5151 }
52+ namespace 'net.osdn.gokigen.objectdetection.a01f'
5253 }
5354
5455 dependencies {
5556
56- implementation 'androidx.core:core-ktx:1.8.0'
57- implementation 'androidx.appcompat:appcompat:1.5.0'
58- implementation 'androidx.activity:activity-ktx:1.6.0-rc01'
57+ implementation 'androidx.core:core-ktx:1.9.0'
58+ implementation 'androidx.appcompat:appcompat:1.5.1'
59+ implementation 'androidx.activity:activity-ktx:1.6.0-rc02'
5960
6061 implementation "androidx.core:core-splashscreen:1.0.0"
6162
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,6 +1,5 @@
11 <?xml version="1.0" encoding="utf-8"?>
2-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3- package="net.osdn.gokigen.objectdetection.a01f">
2+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43
54 <uses-feature android:name="android.hardware.camera.any" />
65 <uses-permission android:name="android.permission.CAMERA" />
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
11 // Top-level build file where you can add configuration options common to all sub-projects/modules.
22 plugins {
3- id 'com.android.application' version '7.2.2' apply false
4- id 'com.android.library' version '7.2.2' apply false
3+ id 'com.android.application' version '7.3.0' apply false
4+ id 'com.android.library' version '7.3.0' apply false
55 id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
66 }
77
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
11 #Wed Feb 23 09:24:21 JST 2022
22 distributionBase=GRADLE_USER_HOME
3-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44 distributionPath=wrapper/dists
55 zipStorePath=wrapper/dists
66 zipStoreBase=GRADLE_USER_HOME
Show on old repository browser