Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update AGP to 8.1.1
  • Loading branch information
SPodjasek committed Sep 4, 2023
commit 3c3391f217d028fa16dd61f059e4b2c7b8f45358
2 changes: 2 additions & 0 deletions AutofillFramework/Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ List<String> dirs = [
'main'] // main sample code; look here for the interesting stuff.

android {
namespace 'com.example.android.autofill.app'

compileSdkVersion 28

defaultConfig {
Expand Down
2 changes: 2 additions & 0 deletions AutofillFramework/afservice/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: 'com.android.application'

android {
namespace 'com.example.android.autofill.service'

compileSdkVersion 28

defaultConfig {
Expand Down
6 changes: 3 additions & 3 deletions AutofillFramework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:8.1.1'
}
}

allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down
3 changes: 2 additions & 1 deletion AutofillFramework/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Mon Sep 04 11:10:48 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists