Skip to content

Commit f162684

Browse files
committed
Fixed formatting issues
1 parent 8dcac74 commit f162684

File tree

12 files changed

+2
-13
lines changed

12 files changed

+2
-13
lines changed

tools/apksize/apksize.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ import com.google.firebase.gradle.UploadMeasurementsTask
2020
// linting standards.
2121
tasks.whenTaskAdded { task ->
2222
if (task.name.equals("lint")) {
23-
task.enabled = false
23+
//task.enabled = false
2424
}
2525
}
2626

2727
apply plugin: "com.android.application"
28+
apply from: "default.gradle"
2829
android {
2930
flavorDimensions "apkSize"
3031
}
3132

32-
apply from: "default.gradle"
3333
apply from: "src/database/database.gradle"
3434
apply from: "src/storage/storage.gradle"
3535
apply from: "src/firestore/firestore.gradle"

tools/apksize/src/database/java/com.google.apksize/RealtimeDatabase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
import android.content.Context;

tools/apksize/src/database/java/com.google.apksize/SampleCodeLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
import android.content.Context;

tools/apksize/src/empty/java/com.google.apksize/SampleCodeLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
import android.content.Context;

tools/apksize/src/firestore/java/com.google.apksize/Firestore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
import android.content.Context;

tools/apksize/src/firestore/java/com.google.apksize/SampleCodeLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
import android.content.Context;

tools/apksize/src/functions/java/com.google.apksize/Functions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
import android.content.Context;

tools/apksize/src/functions/java/com.google.apksize/SampleCodeLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
import android.content.Context;

tools/apksize/src/main/java/com/google/apksize/MainActivity.java renamed to tools/apksize/src/main/java/com.google.apksize/MainActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
/**

tools/apksize/src/main/java/com/google/apksize/SampleCode.java renamed to tools/apksize/src/main/java/com.google.apksize/SampleCode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
/** SampleCode interface allows to load sample code for the selected build variant */

tools/apksize/src/storage/java/com.google.apksize/SampleCodeLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
import android.content.Context;

tools/apksize/src/storage/java/com.google.apksize/Storage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
1615
package com.google.apksize;
1716

1817
import android.content.Context;

0 commit comments

Comments
 (0)