Andoroid用オブジェクト検出アプリ
Revision | 5381d995c5a79b2269e3e8b1adb58a5b84a8b36c (tree) |
---|---|
Zeit | 2022-09-17 00:18:38 |
Autor | MRSa <mrsa@myad...> |
Commiter | MRSa |
ライブラリを更新。
@@ -49,13 +49,14 @@ android { | ||
49 | 49 | androidResources { |
50 | 50 | noCompress 'tflite' |
51 | 51 | } |
52 | + namespace 'net.osdn.gokigen.objectdetection.a01f' | |
52 | 53 | } |
53 | 54 | |
54 | 55 | dependencies { |
55 | 56 | |
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' | |
59 | 60 | |
60 | 61 | implementation "androidx.core:core-splashscreen:1.0.0" |
61 | 62 |
@@ -1,6 +1,5 @@ | ||
1 | 1 | <?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"> | |
4 | 3 | |
5 | 4 | <uses-feature android:name="android.hardware.camera.any" /> |
6 | 5 | <uses-permission android:name="android.permission.CAMERA" /> |
@@ -1,7 +1,7 @@ | ||
1 | 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
2 | 2 | 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 | |
5 | 5 | id 'org.jetbrains.kotlin.android' version '1.7.10' apply false |
6 | 6 | } |
7 | 7 |
@@ -1,6 +1,6 @@ | ||
1 | 1 | #Wed Feb 23 09:24:21 JST 2022 |
2 | 2 | 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 | |
4 | 4 | distributionPath=wrapper/dists |
5 | 5 | zipStorePath=wrapper/dists |
6 | 6 | zipStoreBase=GRADLE_USER_HOME |