Skip to content

Commit

Permalink
Sample app: update AGP version to 8.1.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 591906583
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Dec 18, 2023
1 parent 0b14ce1 commit 01f9529
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ apply plugin: "de.undercouch.download"


android {
namespace 'org.tensorflow.lite.examples.classification.playservices'
compileSdkVersion 31

defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.tensorflow.lite.examples.classification.playservices">
xmlns:tools="http://schemas.android.com/tools">
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
~ limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.tensorflow.lite.examples.classification.playservices">
xmlns:tools="http://schemas.android.com/tools">
<!-- ImageClassificationHelper class uses android.util.Size(), which is available from SDK 21.
-->
<uses-sdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:8.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.diffplug.spotless:spotless-plugin-gradle:5.11.1'
classpath 'de.undercouch:gradle-download-task:5.5.0'
Expand Down

0 comments on commit 01f9529

Please sign in to comment.